added deps at runtime for JDK11

This commit is contained in:
Marcin Grzejszczak
2018-10-11 18:40:56 +02:00
parent 192c643344
commit f9dfbb1e9d
3 changed files with 267 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ public class SampleIntegrationTests {
public void stubRunnerSample() throws Exception {
String output = this.cli.run("stubrunner.groovy");
assertTrue("Wrong output: " + output,
output.contains("[/stubs],produces=[application/json]"));
output.contains("No stubs to download have been passed"));
}
}