Skip to content

Commit

Permalink
Merge pull request #137 from WyriHaximus/WyriHaximus-patch-1
Browse files Browse the repository at this point in the history
Use postgres container name for local testing
  • Loading branch information
WyriHaximus authored Apr 9, 2024
2 parents 4503609 + 938d30d commit e31c37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function setUp(): void
new Postgres(
new PgClient(
[
'host' => 'localhost',
'host' => 'postgres',
'port' => 55432,
'user' => 'postgres',
'password' => 'postgres',
Expand Down

0 comments on commit e31c37f

Please sign in to comment.