Skip to content

Commit

Permalink
fixup! move existing tests under @nested
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Feb 12, 2024
1 parent 821d4cd commit 62c38c4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,7 @@ class WithNonDefaultPortNameAndNumber {
void setup() throws Exception {
platformClient =
new KubeApiPlatformClient(
env,
List.of(NAMESPACE),
Set.of("cryostat-jmx", "cryostat-jfr"),
Set.of(9999, 4545),
Expand Down Expand Up @@ -1118,7 +1119,7 @@ class WithEmptyPortNameAndNumber {
void setup() throws Exception {
platformClient =
new KubeApiPlatformClient(
List.of(NAMESPACE), Set.of(), Set.of(), k8sClient, logger);
env, List.of(NAMESPACE), Set.of(), Set.of(), k8sClient, logger);
}

@Test
Expand Down

0 comments on commit 62c38c4

Please sign in to comment.