Skip to content

Commit 5dadb5f

Browse files
DeepDiver1975staabm
authored andcommitted
Relax assert in AbstractBasicTest::testRequireAuth
1 parent c93b3b9 commit 5dadb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function testRequireAuth() {
6161
$backend->setRealm('writing unittests on a saturday night');
6262
$backend->challenge($request, $response);
6363

64-
$this->assertEquals(
64+
$this->assertContains(
6565
'Basic realm="writing unittests on a saturday night"',
6666
$response->getHeader('WWW-Authenticate')
6767
);

0 commit comments

Comments
 (0)