diff --git a/tests/php-unit-tests/unitary-tests/application/LoginFSM/LoginBasicTest.php b/tests/php-unit-tests/unitary-tests/application/LoginFSM/LoginBasicTest.php index e40579c1b2..b2dfe4fe6f 100644 --- a/tests/php-unit-tests/unitary-tests/application/LoginFSM/LoginBasicTest.php +++ b/tests/php-unit-tests/unitary-tests/application/LoginFSM/LoginBasicTest.php @@ -30,7 +30,7 @@ class LoginBasicTest extends ItopDataTestCase { // Given $oLoginBasic = new LoginBasic(); - $_SERVER['HTTP_AUTHORIZATION'] = 'Bearer '.base64_encode("Login:BasicTest"); + $_SERVER['HTTP_AUTHORIZATION'] = 'Basic '.base64_encode("Login:BasicTest"); // When $_SESSION = [];