Skip to content

Commit ccd05cb

Browse files
committed
Merge pull request php-curl-class#70 from zborboa-google/patch-3
Clean up
2 parents 59e8e40 + 8dbe63f commit ccd05cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/PHPCurlClass/PHPCurlClassTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ public function testPostAssociativeArrayData()
157157
)),
158158
'username=myusername' .
159159
'&password=mypassword' .
160-
'&more_data%5B' .
161-
'param1%5D=something' .
160+
'&more_data%5Bparam1%5D=something' .
162161
'&more_data%5Bparam2%5D=other%20thing' .
163162
'&more_data%5Bparam3%5D=123' .
164163
'&more_data%5Bparam4%5D=3.14'

0 commit comments

Comments
 (0)