Skip to content

Commit

Permalink
wiremock: shutdownServer instead of stop
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed May 14, 2024
1 parent 84befff commit bb0e8af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class WireMockSystem(

override suspend fun run(): Unit = wireMock.start()

override suspend fun stop(): Unit = wireMock.stop()
override suspend fun stop(): Unit = wireMock.shutdownServer()

@WiremockDsl
fun mockGet(
Expand Down

0 comments on commit bb0e8af

Please sign in to comment.