Skip to content

Commit 0e02605

Browse files
committed
Fix assertion
1 parent 0596b87 commit 0e02605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function testWithNullPostFields()
5151

5252
$headers = $createHeaders->invoke($client, $request, [CURLOPT_POSTFIELDS => null]);
5353

54-
static::assertContains('Expect:', $headers);
54+
static::assertContains('content-length: 0', $headers);
5555
}
5656

5757
public function testRewindStream()

0 commit comments

Comments
 (0)