Skip to content

Commit

Permalink
Fix config_change
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Sep 1, 2023
1 parent ffb6a8a commit e00da62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config_change/config_change_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ var _ = Describe(testName, func() {
ns.WaitForDatacenterCondition(dcName, "Updating", string(corev1.ConditionFalse))

step = "checking that the init container got the updated config roles_validity=256000ms"
json = "jsonpath={.spec.initContainers[1].env[7].value}"
json = "jsonpath={.spec.initContainers[1].env[6].value}"
k = kubectl.Get(fmt.Sprintf("pod/%s-%s-r1-sts-0", clusterName, dcName)).
FormatOutput(json)
ns.WaitForOutputContainsAndLog(step, k, "\"roles_validity\":\"256000ms\"", 30)
Expand Down

0 comments on commit e00da62

Please sign in to comment.