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

Commit 75849e1

Browse files
committed
fix: throw jenvtest exception not runtime
1 parent 611bbd8 commit 75849e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/io/javaoperatorsdk/jenvtest/process/KubeAPIServerProcess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ private HttpRequest getHttpRequest() {
146146
.GET()
147147
.build();
148148
} catch (URISyntaxException e) {
149-
throw new RuntimeException(e);
149+
throw new JenvtestException(e);
150150
}
151151
}
152152

0 commit comments

Comments
 (0)