Attempt to fix Windows CI
This commit is contained in:
parent
6311ae191f
commit
e383d13ad9
|
|
@ -112,7 +112,7 @@ public abstract class AbstractEmbeddedServletContainerFactoryTests {
|
|||
this.container.stop();
|
||||
this.thrown.expect(IOException.class);
|
||||
String response = getResponse(getLocalUrl("/hello"));
|
||||
throw new RuntimeException(response);
|
||||
throw new RuntimeException(this.container.getPort() + " " + response);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Reference in New Issue