Skip to content

Commit

Permalink
Adjust path to config in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cicnavi committed Feb 5, 2025
1 parent 5b14969 commit 4f90a6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static function setUpBeforeClass(): void
self::$mysqlPort ??= "3306";
self::$postgresPort ??= "5432";
}
Configuration::setConfigDir(__DIR__ . '/../../../../config-templates');
Configuration::setConfigDir(__DIR__ . '/../../../config');
self::$pgConfig = self::loadPGDatabase();
self::$mysqlConfig = self::loadMySqlDatabase();
self::$sqliteConfig = self::loadSqliteDatabase();
Expand Down

0 comments on commit 4f90a6f

Please sign in to comment.