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:
Eric Espié
2026-08-21 10:00:20 +02:00
committed by GitHub
parent ba426a9602
commit b8f02f48bd

View File

@@ -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 = [];