Skip to content

Commit

Permalink
Fix dremio...
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Jun 30, 2023
1 parent c5595c6 commit b8081e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/adbc_driver_flightsql/tests/test_dbapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ def test_query_error(dremio_dbapi):
exc = exc_info.value
assert exc.status_code == adbc_driver_manager.AdbcStatusCode.INVALID_ARGUMENT
# Try to keep noise in exceptions minimal
assert exc.args[0].startswith(
"INVALID_ARGUMENT: [FlightSQL] Failure parsing the query."
)
assert exc.args[0].startswith("INVALID_ARGUMENT: [FlightSQL] ")


def test_query_trivial(dremio_dbapi):
Expand Down

0 comments on commit b8081e2

Please sign in to comment.