Skip to content

Commit

Permalink
test: adjust expect
Browse files Browse the repository at this point in the history
  • Loading branch information
grieve54706 committed Dec 23, 2024
1 parent e626400 commit 7106111
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ibis-server/tests/routers/v2/connector/test_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,10 @@ async def test_query_with_invalid_manifest_str(
},
)
assert response.status_code == 422
assert response.text == "Base64 decode error: Invalid padding"
assert (
"com.fasterxml.jackson.core.JsonParseException: Unexpected character"
in response.text
)


async def test_query_without_manifest(client, postgres: PostgresContainer):
Expand Down

0 comments on commit 7106111

Please sign in to comment.