]> git.mxchange.org Git - friendica.git/commitdiff
Fix path to tests
authorArt4 <art4@wlabs.de>
Fri, 13 Dec 2024 22:47:32 +0000 (22:47 +0000)
committerArt4 <art4@wlabs.de>
Sat, 14 Dec 2024 07:55:22 +0000 (07:55 +0000)
tests/src/Module/Api/ApiTest.php

index dd73e983d1771a42a5a7b48517395c942a6691b9..2044e3c8d59f8bafa9e14f227d0ca2ea3ec4f568 100644 (file)
@@ -190,7 +190,7 @@ abstract class ApiTest extends FixtureTestCase
        public function installAuthTest()
        {
                $addon           = 'authtest';
-               $addon_file_path = __DIR__ . '/../../../Util/authtest/authtest.php';
+               $addon_file_path = __DIR__ . '/Util/authtest/authtest.php';
                $t               = @filemtime($addon_file_path);
 
                @include_once($addon_file_path);