Skip to content

Commit a950867

Browse files
committed
fix: fixing broken link in verify urls
1 parent 0f65cba commit a950867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_verify_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ def test_verify_urls(urls_list: list):
6868
response = request("GET", url)
6969

7070
assert "jdbc" not in url
71-
assert response.status_code == 200
71+
assert response.status_code == 200 or response.status_code == 202

0 commit comments

Comments
 (0)