Skip to content

Commit 26fd5c7

Browse files
mathbouMathieu
authored andcommitted
✅ fix core test assertion
1 parent fddd52b commit 26fd5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_get_sphinx_doc_url():
2424
with pytest.raises(ValueError, match="Documentation URL not found in data from PyPI."):
2525
get_sphinx_doc_url("slumber")
2626

27-
with pytest.raises(ValueError, match="objects.inv not found at url .*: HTTP Status 404"):
27+
with pytest.raises(ValueError, match="Documentation URL not found in data from PyPI."):
2828
get_sphinx_doc_url("isort")
2929

3030
assert cache.clear(get_sphinx_doc_url)

0 commit comments

Comments
 (0)