Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: appengine/logdog/coordinator/hierarchy/hierarchy_test.go

Issue 1970823005: LogDog: Add prefix registration endpoint. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-archivist-useconfig
Patch Set: Updated patchset dependency Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/logdog/coordinator/hierarchy/hierarchy_test.go
diff --git a/appengine/logdog/coordinator/hierarchy/hierarchy_test.go b/appengine/logdog/coordinator/hierarchy/hierarchy_test.go
index 1beae99673fef7a3f00366be230f31d4fdd7fe7f..5b2c406db4e1272ad0cb5ef25afa5f2b3cfda7ad 100644
--- a/appengine/logdog/coordinator/hierarchy/hierarchy_test.go
+++ b/appengine/logdog/coordinator/hierarchy/hierarchy_test.go
@@ -44,7 +44,7 @@ func TestHierarchy(t *testing.T) {
// within that namespace.
addProjectNamespace := func(proj luciConfig.ProjectName) {
c := c
- if err := coordinator.WithProjectNamespaceNoAuth(&c, proj); err != nil {
+ if err := coordinator.WithProjectNamespace(&c, proj, coordinator.NamespaceAccessNoAuth); err != nil {
panic(err)
}

Powered by Google App Engine
This is Rietveld 408576698