Skip to content

Commit 58ddcb6

Browse files
authored
changing keyword to match dev code change (rancher#238)
1 parent 205fbb4 commit 58ddcb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/testcase/secretsencrypt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func verifyActionStdOut(action, stdout string) {
137137
case "reencrypt":
138138
Expect(stdout).To(ContainSubstring("reencryption started"))
139139
case "rotate-keys":
140-
Expect(stdout).To(ContainSubstring("keys rotated, reencryption started"))
140+
Expect(stdout).To(ContainSubstring("keys rotated, reencryption finished"))
141141
}
142142
}
143143

0 commit comments

Comments
 (0)