We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9233b commit 04eed9eCopy full SHA for 04eed9e
test/Model/RDFSourceTest.php
@@ -38,7 +38,7 @@ public function testGetRDFSource()
38
$this->assertEquals($expected_vary, $response->headers->get('Vary'), "Vary headers incorrect.");
39
40
$this->assertTrue($response->headers->has("Content-Type"), "Missing Content-Type header");
41
- $this->assertContains($response->headers->get('Content-Type'), $request_mime, "Content-Type header incorrect");
+ $this->assertContains($request_mime, $response->headers->get('Content-Type'), "Content-Type header incorrect");
42
43
$this->assertTrue($response->headers->has("etag"), "Missing Etag header.");
44
$etag = $response->headers->get('etag');
0 commit comments