Skip to content

Commit 0bc2af1

Browse files
Update test to match log message in Docker (#156)
1 parent 86edd06 commit 0bc2af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/admin_secrets_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func TestMlAdminSecrets(t *testing.T) {
6868
podLogs := k8s.GetPodLogs(t, kubectlOptions, pod, "")
6969

7070
// verify logs if wallet password is set as secret
71-
if !strings.Contains(podLogs, "MARKLOGIC_WALLET_PASSWORD_FILE is set, using Docker secrets for wallet-password.") {
71+
if !strings.Contains(podLogs, "MARKLOGIC_WALLET_PASSWORD_FILE is set, using file as secret for wallet-password.") {
7272
t.Errorf("wallet password not set as secret")
7373
}
7474
}

0 commit comments

Comments
 (0)