Skip to content

Commit

Permalink
fixing test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mitali-salvi committed Mar 18, 2024
1 parent c9608d4 commit bad38a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func TestOperatorOnEKs(t *testing.T) {
//Validating the number of pods and status
pods, err := ListPods(nameSpace, clientSet)
assert.NoError(t, err)
fmt.Println("pod list length: " + string(len(pods.Items)))
assert.Len(t, pods.Items, 3)
for _, pod := range pods.Items {
fmt.Println("pod name: " + pod.Name + " namespace:" + pod.Namespace)
Expand Down

0 comments on commit bad38a6

Please sign in to comment.