Skip to content

Commit caf39a3

Browse files
NO-SNOW: Fix failing test_invalid_connection_parameters_turned_off
1 parent 1a6c193 commit caf39a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integ/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ def test_invalid_connection_parameters_turned_off(conn_cnx):
815815
filtered_w = [
816816
warning for warning in w if warning.category != DeprecationWarning
817817
]
818-
assert len(filtered_w) == 0
818+
assert len(filtered_w) == 0, f"Unexpected warnings {filtered_w}"
819819

820820

821821
def test_invalid_connection_parameters_only_warns(conn_cnx):

0 commit comments

Comments
 (0)