Skip to content

Commit

Permalink
fixup! e2e: add openssl e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Feb 22, 2024
1 parent db283a1 commit 724c7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/openssl/openssl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestOpenssl(t *testing.T) {

frontendPods, err := c.PodsFromDeployment(context.Background(), namespace, "openssl-frontend")
require.NoError(err)
require.Len(frontendPods, 1)
require.Len(frontendPods, 1, "pod not found: %s/%s", namespace, "openssl-frontend")

// Call the backend server from the frontend
stdout, stderr, err := c.Exec(ctx, namespace, frontendPods[0].Name,
Expand Down

0 comments on commit 724c7ce

Please sign in to comment.