Skip to content

Commit

Permalink
chore: align postgers version
Browse files Browse the repository at this point in the history
  • Loading branch information
grieve54706 committed Dec 12, 2024
1 parent c90a0e4 commit e8e974c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis-server/tests/routers/v2/connector/test_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ async def test_metadata_db_version(client, postgres: PostgresContainer):
json={"connectionInfo": connection_info},
)
assert response.status_code == 200
assert "PostgreSQL 16.4" in response.text
assert "PostgreSQL 16" in response.text


async def test_dry_plan(client, manifest_str):
Expand Down

0 comments on commit e8e974c

Please sign in to comment.