Skip to content

Commit

Permalink
Align database names
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Apr 19, 2024
1 parent f851c2d commit f3ad884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/modoboa.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
POSTGRES_DB: modoboa
ports:
# will assign a random free host port
- 5432/tcp
Expand Down
2 changes: 1 addition & 1 deletion tests.py
Expand Up @@ -31,7 +31,7 @@ def test_silent(self):
self.dbpassword,
self.dbhost,
self.dbport,
self.projname,
"modoboa",
)
print(dburl)
cmd = (
Expand Down

0 comments on commit f3ad884

Please sign in to comment.