Skip to content

Commit

Permalink
test: removed unused import from PortForwardPodWatcherTest (3022)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefinaOller authored May 10, 2024
1 parent c8e5218 commit 7d23a72
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import org.eclipse.jkube.kit.common.KitLogger;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.mockito.Mock;

import java.util.Collections;
import java.util.List;
Expand Down Expand Up @@ -109,4 +108,4 @@ private static List<EnvVar> toEnvVar(Map<String, String> envVars) {
.map(e -> new EnvVarBuilder().withName(e.getKey()).withValue(e.getValue()).build())
.collect(Collectors.toList());
}
}
}

0 comments on commit 7d23a72

Please sign in to comment.