Skip to content

Commit 80712c9

Browse files
committed
fix: default postgres version
1 parent ffdf863 commit 80712c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_databases/docker/postgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def postgres17_port() -> int:
103103

104104
@pytest.fixture(scope="session")
105105
def default_postgres_service_name() -> str:
106-
return "postgres16"
106+
return "postgres17"
107107

108108

109109
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)