Skip to content

Commit 4f90a6f

Browse files
committed
Adjust path to config in integration tests
1 parent 5b14969 commit 4f90a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/src/Repositories/AccessTokenRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static function setUpBeforeClass(): void
8787
self::$mysqlPort ??= "3306";
8888
self::$postgresPort ??= "5432";
8989
}
90-
Configuration::setConfigDir(__DIR__ . '/../../../../config-templates');
90+
Configuration::setConfigDir(__DIR__ . '/../../../config');
9191
self::$pgConfig = self::loadPGDatabase();
9292
self::$mysqlConfig = self::loadMySqlDatabase();
9393
self::$sqliteConfig = self::loadSqliteDatabase();

0 commit comments

Comments
 (0)