This commit is contained in:
Joshua Casey
2024-06-11 21:40:40 -05:00
committed by Ryan Richard
parent f0f9efa277
commit 75ff3efb59

View File

@@ -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.