8000 minor #38557 Fix tests (jderusse) · symfony/symfony@1549897 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1549897

Browse files
committed
minor #38557 Fix tests (jderusse)
This PR was merged into the 4.4 branch. Discussion ---------- Fix tests | Q | A | ------------- | --- | Branch? 8000 | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | / | License | MIT | Doc PR | / Introduced by #38551 Commits ------- 9112249 Fix tests
2 parents 9cc3baa + 9112249 commit 1549897

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Symfony/Component/HttpClient/Tests/Response/MockResponseTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ public function toArrayErrors()
4141
'message' => 'Response body is empty.',
4242
];
4343

44-
yield [
45-
'content' => '{}',
46-
'responseHeaders' => ['content-type' => 'plain/text'],
47-
'message' => 'Response content-type is "plain/text" while a JSON-compatible one was expected for "https://example.com/file.json".',
48-
];
49-
5044
yield [
5145
'content' => 'not json',
5246
'responseHeaders' => [],

0 commit comments

Comments
 (0)
0