Skip to content

Commit

Permalink
fix remainging test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed Aug 7, 2024
1 parent c65def8 commit 3f17cf3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ class HttpRequestSpec
}

override val container: MockServerContainer = MockServerContainer()
lazy val clientExpectation: MockServerExpectations = new MockServerExpectations("localhost", container.serverPort)
lazy val clientExpectation: MockServerExpectations =
new MockServerExpectations(container.container.getHost, container.serverPort)

override protected def beforeAll(): Unit = {
super.beforeAll()
Expand Down

0 comments on commit 3f17cf3

Please sign in to comment.