Skip to content

Commit 9ec6e57

Browse files
committed
spaces in rest params in tests
1 parent 16bbbcf commit 9ec6e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commons-rest/src/test/scala/com/avsystem/commons/rest/AbstractRestCallTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ abstract class AbstractRestCallTest extends FunSuite with ScalaFutures {
3131
}
3232

3333
test("complex GET") {
34-
testCall(_.complexGet(0, "a/+&", 1, "b/+&", 2, "ć/+&"))
34+
testCall(_.complexGet(0, "a/ +&", 1, "b/ +&", 2, "ć/ +&"))
3535
}
3636

3737
test("multi-param body POST") {
38-
testCall(_.multiParamPost(0, "a/+&", 1, "b/+&", 2, "ć/+&", 3, "l\"l"))
38+
testCall(_.multiParamPost(0, "a/ +&", 1, "b/ +&", 2, "ć/ +&", 3, "l\"l"))
3939
}
4040

4141
test("single body PUT") {

0 commit comments

Comments
 (0)