Skip to content

Commit

Permalink
Changed item length from 3 to 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Apr 30, 2024
1 parent e6198bd commit 026afc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func TestOperatorOnEKs(t *testing.T) {
//Validating the number of pods and status
pods, err := ListPods(nameSpace, clientSet)
assert.NoError(t, err)
assert.Len(t, pods.Items, 3)
assert.Len(t, pods.Items, 5)
for _, pod := range pods.Items {
fmt.Println("pod name: " + pod.Name + " namespace:" + pod.Namespace)
assert.Contains(t, []v1.PodPhase{v1.PodRunning, v1.PodPending}, pod.Status.Phase)
Expand Down

0 comments on commit 026afc6

Please sign in to comment.