From 75ff3efb596a91f5eb88c23e5150094aaf69f116 Mon Sep 17 00:00:00 2001 From: Joshua Casey Date: Tue, 11 Jun 2024 21:40:40 -0500 Subject: [PATCH] fix lint --- test/integration/limited_ciphers_utils_test.go | 1 - 1 file changed, 1 deletion(-) 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.