Skip to content

Commit 5de015e

Browse files
committed
Fix configDir path in tests
1 parent 1d61528 commit 5de015e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/src/Repositories/AccessTokenRepositoryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static function setUpBeforeClass(): void
8383
self::$mysqlPort ??= "3306";
8484
self::$postgresPort ??= "5432";
8585
}
86-
Configuration::setConfigDir(__DIR__ . '/../../../../../config-templates');
86+
Configuration::setConfigDir(__DIR__ . '/../../../../config-templates');
8787
self::$pgConfig = self::loadPGDatabase();
8888
self::$mysqlConfig = self::loadMySqlDatabase();
8989
self::$sqliteConfig = self::loadSqliteDatabase();

0 commit comments

Comments
 (0)