diff --git a/test/integration/limited_ciphers_utils_test.go b/test/integration/limited_ciphers_utils_test.go index 7e54eba5e..c63bace0f 100644 --- a/test/integration/limited_ciphers_utils_test.go +++ b/test/integration/limited_ciphers_utils_test.go @@ -78,7 +78,6 @@ func performLimitedCiphersTest(t *testing.T, allowedCiphers []string, expectedCi } require.Contains(t, stdout, testlib.GetExpectedCiphers(expectedCiphersConfig, "server"), "stdout:\n%s", stdout) - } // restartAllPodsOfApp will immediately scale to 0 and then scale back.