Skip to content

Commit

Permalink
fix wait for success
Browse files Browse the repository at this point in the history
Signed-off-by: hanenMizouni <[email protected]>
  • Loading branch information
outscale-hmi committed Oct 15, 2024
1 parent 7a0f499 commit a3f168a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/testsuites/testsuites.go
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ func (t *TestPod) Create() {
}

func (t *TestPod) WaitForSuccess() {
err := e2epod.WaitForPodRunningInNamespace(context.Background(), t.client, t.pod)
err := e2epod.WaitForPodSuccessInNamespace(context.Background(), t.client, t.pod.Name, t.namespace.Name)
framework.ExpectNoError(err)
}

Expand Down

0 comments on commit a3f168a

Please sign in to comment.