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

Unified Diff: milo/appengine/buildbot/build_test.go

Issue 2784073002: Milo: Fix naming of pubsub settings (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | milo/appengine/buildbot/pubsub.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/buildbot/build_test.go
diff --git a/milo/appengine/buildbot/build_test.go b/milo/appengine/buildbot/build_test.go
index 1e1afead84d4100f1c4b17bc07e2881077c1b9d8..a0d9d8f52c2bbc1f14910833787d5a02b91bcb15 100644
--- a/milo/appengine/buildbot/build_test.go
+++ b/milo/appengine/buildbot/build_test.go
@@ -101,8 +101,8 @@ func TestBuild(t *testing.T) {
var internalConfig = `
buildbot: {
internal_reader: "googlers"
- public_topic: "projects/luci-milo/subscriptions/buildbot-public"
- internal_topic: "projects/luci-milo/subscriptions/buildbot-private"
+ public_subscription: "projects/luci-milo/subscriptions/buildbot-public"
+ internal_subscription: "projects/luci-milo/subscriptions/buildbot-private"
}
`
« no previous file with comments | « no previous file | milo/appengine/buildbot/pubsub.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698