Skip to content

Commit e74ba22

Browse files
committed
[MAINTENANCE] Update to relative path for dotenv in functional tests
1 parent 4b3a130 commit e74ba22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/FunctionalTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function setUp(): void
119119

120120
protected function getDlfConfiguration()
121121
{
122-
$dotenv = Dotenv::createImmutable('/home/runner/work/kitodo-presentation/kitodo-presentation/Build/Test/', 'test.env');
122+
$dotenv = Dotenv::createImmutable(__DIR__ . '/../../Build/Test/', 'test.env');
123123
$dotenv->load();
124124

125125
return [

0 commit comments

Comments
 (0)