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.
test_connect_non_json_response
1 parent d8f9030 commit b0273f0Copy full SHA for b0273f0
tests/test_core.py
@@ -65,4 +65,4 @@ def test_connect_non_json_response():
65
wtf = GrafanaWtf("https://example.org/")
66
with pytest.raises(ConnectionError) as ex:
67
_ = wtf.health
68
- assert ex.match("The request to https://example.org/api/health failed: Client Error 404")
+ assert ex.match("The request to https://example.org/api/health failed")
0 commit comments