We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f68722 commit 406fa7aCopy full SHA for 406fa7a
pkg/agent/config_test.go
@@ -178,7 +178,7 @@ func Test_ValidateAndCombineConfig(t *testing.T) {
178
179
// The log line printed by pflag is not captured by the log recorder.
180
assert.Equal(t, testutil.Undent(`
181
- INFO Using the Jetstack Secure OAuth auth mode since --credentials-file was specified without --venafi-cloud.
+ INFO Authentication mode mode="Jetstack Secure OAuth" reason="--credentials-file was specified without --venafi-cloud"
182
INFO Using period from config period="1h0m0s"
183
`), b.String())
184
})
0 commit comments