Skip to content

Commit 0cf0777

Browse files
committed
Update method_summary
1 parent 893e226 commit 0cf0777

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

help_docs/method_summary.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,9 @@ self.get_unique_links()
176176

177177
self.get_link_status_code(link, allow_redirects=False, timeout=5)
178178

179-
self.assert_no_404_errors()
179+
self.assert_link_status_code_is_not_404(link)
180+
181+
self.assert_no_404_errors(multithreaded=True)
180182

181183
self.print_unique_links_with_status_codes()
182184

0 commit comments

Comments
 (0)