Skip to content

Commit

Permalink
(fix): creds ut (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-kfrench authored Jun 20, 2023
1 parent 9f37dea commit c09a51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/support/credentials/credentials_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ func TestPersist(t *testing.T) {

assert.Equal(t, expected, actual)
assert.Equal(t, len(helpMessage), 1)
assert.Contains(t, helpMessage, "secret \"test-creds\" in namespace \"test-ns\" (credentials for servers: registry1.com, registry2.com)")
assert.Contains(t, helpMessage[0], "secret \"test-creds\" in namespace \"test-ns\"")
})
}

0 comments on commit c09a51c

Please sign in to comment.