aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala2
1 files changed, 1 insertions, 1 deletions
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)
}
}
}