Skip to content

Commit f960b7f

Browse files
committed
✅ fix core test assertion
1 parent 819ce6b commit f960b7f

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
@@ -22,7 +22,7 @@ def test_get_sphinx_doc_url():
2222
with pytest.raises(ValueError, match="Documentation URL not found in data from PyPI."):
2323
get_sphinx_doc_url("slumber")
2424

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

2828
assert cache.clear(get_sphinx_doc_url)

0 commit comments

Comments
 (0)