Skip to content

Commit 7cb5aae

Browse files
committed
fix a stray '
1 parent 6f9ccfc commit 7cb5aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ def test_get_index_content_invalid_content_type(
669669
logging.WARNING,
670670
"Skipping page {} because the GET request got Content-Type: {}. "
671671
"The only supported Content-Types are application/vnd.pypi.simple.v1+json, "
672-
"application/vnd.pypi.simple.v1+html, and text/html'".format(url, content_type),
672+
"application/vnd.pypi.simple.v1+html, and text/html".format(url, content_type),
673673
) in caplog.record_tuples
674674

675675

0 commit comments

Comments
 (0)