Skip to content

Commit 406fa7a

Browse files
committed
Fix the config tests
Signed-off-by: Richard Wall <[email protected]>
1 parent 6f68722 commit 406fa7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/agent/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func Test_ValidateAndCombineConfig(t *testing.T) {
178178

179179
// The log line printed by pflag is not captured by the log recorder.
180180
assert.Equal(t, testutil.Undent(`
181-
INFO Using the Jetstack Secure OAuth auth mode since --credentials-file was specified without --venafi-cloud.
181+
INFO Authentication mode mode="Jetstack Secure OAuth" reason="--credentials-file was specified without --venafi-cloud"
182182
INFO Using period from config period="1h0m0s"
183183
`), b.String())
184184
})

0 commit comments

Comments
 (0)