Skip to content

Commit

Permalink
Use DB owner
Browse files Browse the repository at this point in the history
  • Loading branch information
lazamar committed Oct 24, 2024
1 parent 7a17f6c commit 148cf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Test/Connector.hs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ withPostgresSQL f = bracket setup teardown f

createDatabase user name = do
(code, _, err) <- readProcessWithExitCode "createdb"
[ "--username", user
[ "--owner", user
, "--no-password", name
] ""
case code of
Expand Down

0 comments on commit 148cf65

Please sign in to comment.