mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-21 13:48:22 +02:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user