You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: use the correct ConnectionError class in the tests (#198)
A recently introduced unit test uses the ConnectionError class from the standard library
to check the type of a returned exception, but that's not correct because the actual
exception that can be thrown there is the requests.exceptions.ConnectionError.
This confusion made the tests fail sometimes.
Signed-off-by: Norbert Biczo <[email protected]>
0 commit comments