From c1bc640bbdf05aaf2822999d83e555ff6209eaeb Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 31 Aug 2017 15:57:11 +0200 Subject: Fix compilation --- core/src/test/scala/com/softwaremill/sttp/RequestTests.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/src/test/scala/com/softwaremill/sttp/RequestTests.scala b/core/src/test/scala/com/softwaremill/sttp/RequestTests.scala index 506167c..5773cb1 100644 --- a/core/src/test/scala/com/softwaremill/sttp/RequestTests.scala +++ b/core/src/test/scala/com/softwaremill/sttp/RequestTests.scala @@ -33,7 +33,8 @@ class RequestTests extends FlatSpec with Matchers { val response = Response(Right(()), 0, - List((SetCookieHeader, "k1=v1"), (SetCookieHeader, "k2=v2"))) + List((SetCookieHeader, "k1=v1"), (SetCookieHeader, "k2=v2")), + Nil) sttp .cookies(response) .headers -- cgit v1.2.3