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

Unified Diff: client/internal/logdog/butler/butler_test.go

Issue 1975683002: LogDog: Implement prefix registration in Butler. (Closed) Base URL: https://github.com/luci/luci-go@logdog-butler-register-collector
Patch Set: Rebarse 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: client/internal/logdog/butler/butler_test.go
diff --git a/client/internal/logdog/butler/butler_test.go b/client/internal/logdog/butler/butler_test.go
index 782b9df6782e0e3445ac6469d34ff8e89acc2905..55aa8531ae4590df4a894c4515d0d1ea2f263a8f 100644
--- a/client/internal/logdog/butler/butler_test.go
+++ b/client/internal/logdog/butler/butler_test.go
@@ -231,7 +231,6 @@ func TestConfig(t *testing.T) {
Output: &to,
Prefix: "unit/test",
Project: "test-project",
- Secret: types.PrefixSecret(bytes.Repeat([]byte{0x55}, types.PrefixSecretLength)),
}
Convey(`Will validate.`, func() {
@@ -282,7 +281,6 @@ func TestButler(t *testing.T) {
BufferLogs: false,
Prefix: "unit/test",
Project: "test-project",
- Secret: types.PrefixSecret(bytes.Repeat([]byte{0x55}, types.PrefixSecretLength)),
TeeStdout: &teeStdout,
TeeStderr: &teeStderr,
}
« no previous file with comments | « client/internal/logdog/butler/butler.go ('k') | client/internal/logdog/butler/output/pubsub/pubsubOutput.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698