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

Unified Diff: appengine/logdog/coordinator/endpoints/logs/list_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/endpoints/logs/list_test.go
diff --git a/appengine/logdog/coordinator/endpoints/logs/list_test.go b/appengine/logdog/coordinator/endpoints/logs/list_test.go
index e3a8a94166acc9d0c1eeabdf86a87e7ad7081204..5ccdb183ed8ca28c4a9858b90b03abc08e07e214 100644
--- a/appengine/logdog/coordinator/endpoints/logs/list_test.go
+++ b/appengine/logdog/coordinator/endpoints/logs/list_test.go
@@ -87,7 +87,7 @@ func TestList(t *testing.T) {
// within that namespace.
addProjectNamespace := func(proj config.ProjectName) {
c := c
- if err := coordinator.WithProjectNamespaceNoAuth(&c, proj); err != nil {
+ if err := coordinator.WithProjectNamespace(&c, proj, coordinator.NamespaceAccessNoAuth); err != nil {
panic(err)
}
« no previous file with comments | « appengine/logdog/coordinator/endpoints/logs/list.go ('k') | appengine/logdog/coordinator/endpoints/logs/service.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698