From 724c7cef26bdf1cbf570a514590dc184a04d0e85 Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Thu, 22 Feb 2024 16:32:04 +0100 Subject: [PATCH] fixup! e2e: add openssl e2e test --- e2e/openssl/openssl_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/openssl/openssl_test.go b/e2e/openssl/openssl_test.go index 65db29e02d..1ebb52588f 100644 --- a/e2e/openssl/openssl_test.go +++ b/e2e/openssl/openssl_test.go @@ -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,