Skip to content

Commit

Permalink
DO NOT MERGE: debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Dec 9, 2024
1 parent 45653c0 commit b625292
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/aks-runtime/aks_runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ func TestAKSRuntime(t *testing.T) {
})

pods, err := c.Client.CoreV1().Pods(namespace).List(ctx, metav1.ListOptions{})
t.Log(pods)
t.Log(err)
require.NoError(err)
require.Len(pods.Items, 1)
pod := pods.Items[0] // only one pod was deployed
Expand Down

0 comments on commit b625292

Please sign in to comment.