Skip to content

Commit fac125b

Browse files
Kumzycofin
authored andcommitted
feat: modified default postgres version used from 16 to 17
1 parent 3e90a51 commit fac125b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/docker/test_postgres.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def test_postgres_default_config(
2121
postgres_user: str,
2222
postgres_password: str,
2323
) -> None:
24-
assert default_postgres_service_name == "postgres16"
25-
assert postgres_port == 5427
24+
assert default_postgres_service_name == "postgres17"
25+
assert postgres_port == 5428
2626
assert postgres_database == "postgres"
2727
assert postgres_user == "postgres"
2828
assert postgres_password == "super-secret"

0 commit comments

Comments
 (0)