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
@@ -18,7 +18,6 @@ import org.springframework.test.context.junit4.SpringRunner;
|
||||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest(properties="app.baseUrl=http://localhost:7070", webEnvironment=WebEnvironment.NONE)
|
||||
@DirtiesContext
|
||||
@AutoConfigureWireMock(port = 7070)
|
||||
public class WiremockImportApplicationTests {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user