Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
test passes with older binary
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <[email protected]>
  • Loading branch information
csviri committed Jan 17, 2024
1 parent 4f47dbe commit 2fee39f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class JUnitExtensionOnMethodTest {
String kubeConfigYaml;

@Test
@EnableKubeAPIServer
@EnableKubeAPIServer(kubeAPIVersion = "1.28.*")
void simpleTest1() {
TestUtils.simpleTest(kubeConfigYaml);
}
Expand Down

0 comments on commit 2fee39f

Please sign in to comment.