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 0f65cba commit a950867Copy full SHA for a950867
tests/unit/test_verify_links.py
@@ -68,4 +68,4 @@ def test_verify_urls(urls_list: list):
68
response = request("GET", url)
69
70
assert "jdbc" not in url
71
- assert response.status_code == 200
+ assert response.status_code == 200 or response.status_code == 202
0 commit comments