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
@@ -20,7 +20,6 @@ import com.github.tomakehurst.wiremock.junit.WireMockClassRule;
|
||||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest(properties="app.baseUrl=http://localhost:7071", webEnvironment=WebEnvironment.NONE)
|
||||
@DirtiesContext
|
||||
public class WiremockServerApplicationTests {
|
||||
|
||||
@ClassRule
|
||||
|
||||
Reference in New Issue
Block a user