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 f995465 commit 6054ab8Copy full SHA for 6054ab8
tests/VeryBasicAuthTest.php
@@ -31,7 +31,7 @@
31
32
expect($response->getStatusCode())->toEqual(401);
33
expect($response->headers->get('WWW-Authenticate'))->toEqual(sprintf('Basic realm="%s", charset="UTF-8"', config('very_basic_auth.realm')));
34
- epexct($response->getContent())->toEqual(config('very_basic_auth.error_message'));
+ expect($response->getContent())->toEqual(config('very_basic_auth.error_message'));
35
});
36
37
test('request with incorrect credentials fails - text/html', function () {
0 commit comments