mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
And again
This commit is contained in:
parent
c2181df4d2
commit
4c05228497
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,7 @@ class ApiTest extends FixtureTest
|
||||||
$_SERVER['PHP_AUTH_PW'] = 'password';
|
$_SERVER['PHP_AUTH_PW'] = 'password';
|
||||||
$_SESSION['allow_api'] = false;
|
$_SESSION['allow_api'] = false;
|
||||||
BasicAuth::setCurrentUserID();
|
BasicAuth::setCurrentUserID();
|
||||||
self::assertFalse(BaseApi::getCurrentUserID(true));
|
self::assertFalse(api_get_user());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue