Skip to content

Commit

Permalink
Update and rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
wsargent committed Nov 4, 2023
1 parent 54b3ebc commit 9671441
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ class AhcWSRequestSpec extends Specification with DefaultBodyReadables with Defa
}

"Use a proxy server" in {
val client = mock[StandaloneAhcWSClient]
val client = StandaloneAhcWSClient.create(
AhcWSClientConfigFactory.forConfig(ConfigFactory.load(), this.getClass.getClassLoader), /*materializer*/ null
)
val request = new StandaloneAhcWSRequest(client, "http://example.com", /*materializer*/ null)
val proxyServer = DefaultWSProxyServer
.builder()
Expand Down

0 comments on commit 9671441

Please sign in to comment.