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

Unified Diff: logdog/server/service/config/flag_test.go

Issue 2643803003: config: Update remote URL handling. (Closed)
Patch Set: Fix "nost" 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/server/service/config/flag.go ('k') | luci_config/appengine/gaeconfig/default.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/server/service/config/flag_test.go
diff --git a/logdog/server/service/config/flag_test.go b/logdog/server/service/config/flag_test.go
index c3741fe30d94d1345277a0cbc29191397487b542..8a1f096738b7e29a5a241b6995fa34d96ad870ca 100644
--- a/logdog/server/service/config/flag_test.go
+++ b/logdog/server/service/config/flag_test.go
@@ -66,7 +66,7 @@ func TestFlag(t *testing.T) {
Convey(`Will load configuration from luci-config by default.`, func() {
o, err := f.CoordinatorOptions(c, &tsc)
So(err, ShouldBeNil)
- So(o.Config, ShouldHaveSameTypeAs, remote.New("https://example.com", nil))
+ So(o.Config, ShouldHaveSameTypeAs, remote.New("https://example.com", true, nil))
})
Convey(`Will fail to create Options if no config service is specified.`, func() {
« no previous file with comments | « logdog/server/service/config/flag.go ('k') | luci_config/appengine/gaeconfig/default.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698