From 2761923dcf1ea49f7671cc2f18df9bd07f0df40b Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 4 Sep 2017 16:27:43 +0200 Subject: Extracting FollowRedirectsHandler as a wrapper-handler --- tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala b/tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala index d43c43f..aaa6f4c 100644 --- a/tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala +++ b/tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala @@ -630,7 +630,7 @@ class BasicTests name should "break redirect loops" in { val resp = loop.send().force() resp.code should be(0) - resp.history should have size (SttpHandler.MaxRedirects) + resp.history should have size (FollowRedirectsHandler.MaxRedirects) } } } -- cgit v1.2.3