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

Unified Diff: logdog/appengine/coordinator/endpoints/services/getConfig_test.go

Issue 2644853005: Update project/service config references. (Closed)
Patch Set: Update project/service config references. Created 3 years, 11 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
« no previous file with comments | « logdog/appengine/coordinator/config/projects.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/appengine/coordinator/endpoints/services/getConfig_test.go
diff --git a/logdog/appengine/coordinator/endpoints/services/getConfig_test.go b/logdog/appengine/coordinator/endpoints/services/getConfig_test.go
index 3a4319548e945a630fb8f63658fe207857a5e5e8..7cdc7096939f4b8ee03cd220f4998fdd0795d1bb 100644
--- a/logdog/appengine/coordinator/endpoints/services/getConfig_test.go
+++ b/logdog/appengine/coordinator/endpoints/services/getConfig_test.go
@@ -42,7 +42,7 @@ func TestGetConfig(t *testing.T) {
So(cr, ShouldResemble, &logdog.GetConfigResponse{
ConfigServiceUrl: "test://example.com",
ConfigSet: "services/app",
- ServiceConfigPath: svcconfig.ServiceConfigFilename,
+ ServiceConfigPath: svcconfig.ServiceConfigPath,
ConfigServiceHost: "example.com",
})
})
« no previous file with comments | « logdog/appengine/coordinator/config/projects.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698