We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6c193 commit caf39a3Copy full SHA for caf39a3
test/integ/test_connection.py
@@ -815,7 +815,7 @@ def test_invalid_connection_parameters_turned_off(conn_cnx):
815
filtered_w = [
816
warning for warning in w if warning.category != DeprecationWarning
817
]
818
- assert len(filtered_w) == 0
+ assert len(filtered_w) == 0, f"Unexpected warnings {filtered_w}"
819
820
821
def test_invalid_connection_parameters_only_warns(conn_cnx):
0 commit comments