Closing and restarting WireMock stub after and before each test (#707)
fixes gh-665
This commit is contained in:
committed by
GitHub
parent
7046690842
commit
c9228969de
@@ -21,7 +21,6 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest("app.baseUrl=https://localhost:8443")
|
||||
@DirtiesContext
|
||||
@AutoConfigureHttpClient
|
||||
public class WiremockHttpsServerApplicationTests {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user