| 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)
|
| }
|
|
|
|
|