Skip to content

Commit

Permalink
Update and rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
wsargent committed Aug 12, 2021
1 parent ca35f51 commit e55ad6d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@ class AhcWSRequestSpec extends Specification with Mockito with DefaultBodyReadab
}

"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 e55ad6d

Please sign in to comment.