Skip to content

Commit 72b9362

Browse files
committed
updated test for latest exceptions msg
1 parent 715b321 commit 72b9362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_sql_backends_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ def test_sql_backend_connection_failure_maps_to_connection_error(db_instance: st
133133
db = UDOM(db_type="sql", db_instance=db_instance, url=bad_url)
134134

135135
with pytest.raises(ConnectionError):
136-
db.ping()
136+
db.ping()

0 commit comments

Comments
 (0)