Skip to content

Commit 73b4267

Browse files
committed
Fixup test
1 parent f8df750 commit 73b4267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/OrmTest.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public static function setUpBeforeClass(): void
9494
self::shellExec("docker rm -f test_$image 2>/dev/null");
9595

9696
$args = match ($image) {
97-
'postgres' => '-e POSTGRES_HOST_AUTH_METHOD=trust',
97+
'postgres' => '-e POSTGRES_HOST_AUTH_METHOD=trust -e POSTGRES_DB=test',
9898
'mariadb' => '-e MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=1',
9999
default => ''
100100
};

0 commit comments

Comments
 (0)