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