Skip to content

Commit 04eed9e

Browse files
committed
Rearrange test
1 parent 7c9233b commit 04eed9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Model/RDFSourceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function testGetRDFSource()
3838
$this->assertEquals($expected_vary, $response->headers->get('Vary'), "Vary headers incorrect.");
3939

4040
$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");
41+
$this->assertContains($request_mime, $response->headers->get('Content-Type'), "Content-Type header incorrect");
4242

4343
$this->assertTrue($response->headers->has("etag"), "Missing Etag header.");
4444
$etag = $response->headers->get('etag');

0 commit comments

Comments
 (0)