8000 Fix tests · symfony/symfony@9112249 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9112249

Browse files
committed
Fix tests
1 parent 9cc3baa commit 9112249

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