Skip to content

Commit 0d74444

Browse files
Kumzycofin
authored andcommitted
fix: default postgres version
1 parent e299f15 commit 0d74444

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
@@ -100,7 +100,7 @@ def postgres17_port() -> int:
100100

101101
@pytest.fixture(scope="session")
102102
def default_postgres_service_name() -> str:
103-
return "postgres16"
103+
return "postgres17"
104104

105105

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

0 commit comments

Comments
 (0)