]> git.mxchange.org Git - friendica.git/commitdiff
Poking around in the fog
authorMichael <heluecht@pirati.ca>
Thu, 18 Nov 2021 06:43:11 +0000 (06:43 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 18 Nov 2021 06:43:11 +0000 (06:43 +0000)
tests/legacy/ApiTest.php

index 67ef29adaba5c40d5d036b183f1f7d9f07baf3d4..60cffab1d17ff7da03ec6313f1c1d5d7f4b74f45 100644 (file)
@@ -715,7 +715,7 @@ class ApiTest extends FixtureTest
                $_SERVER['PHP_AUTH_PW']   = 'password';
                $_SESSION['allow_api']    = false;
                BasicAuth::setCurrentUserID();
-               self::assertFalse(BaseApi::getCurrentUserID());
+               self::assertFalse(BaseApi::getCurrentUserID(true));
        }
 
        /**