We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee7064 commit cce38a6Copy full SHA for cce38a6
run/filesystem/src/test/java/com/example/filesystem/ApplicationTests.java
@@ -108,7 +108,7 @@ public static void setup() throws Exception {
108
"--format=value(status.url)");
109
baseUrl = IOUtils.toString(getUrl.start().getInputStream(), StandardCharsets.UTF_8).trim();
110
if (baseUrl == null || baseUrl.equals("")) {
111
- throw new RuntimeException("Base URL not found.");
+ assertTrue("Base URL not found.", false);
112
}
113
114
// Get Token
0 commit comments