Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Feb 15, 2021
1 parent 763d991 commit b286d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server_connectivity_tests/test_via_http_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ def test_via_http_proxy_but_proxy_rejected_http_connect(self):
)

# When testing connectivity, it fails with the right error
with pytest.raises(ConnectionToHttpProxyTimedOut):
with pytest.raises(HttpProxyRejectedConnection):
ServerConnectivityTester().perform(server_location)

0 comments on commit b286d9f

Please sign in to comment.