diff --git a/fixtures/TEST.md b/fixtures/TEST.md index 90c7f5c..be6d5a0 100644 --- a/fixtures/TEST.md +++ b/fixtures/TEST.md @@ -19,7 +19,5 @@ Test HTTP and HTTPS for the same site. http://example.org https://example.org -https://www.peerlyst.com/posts/a-list-of-static-analysis-tools-for-c-c-peerlyst - test@example.org mailto:test2@example.org diff --git a/lychee-bin/tests/cli.rs b/lychee-bin/tests/cli.rs index 2327526..d9e5082 100644 --- a/lychee-bin/tests/cli.rs +++ b/lychee-bin/tests/cli.rs @@ -364,7 +364,7 @@ mod cli { .assert() .success(); - let expected = r#"{"total":11,"successful":11,"failures":0,"timeouts":0,"redirects":0,"excludes":0,"errors":0,"fail_map":{}}"#; + let expected = r#"{"total":10,"successful":10,"failures":0,"timeouts":0,"redirects":0,"excludes":0,"errors":0,"fail_map":{}}"#; let output = fs::read_to_string(&outfile)?; assert_eq!(output.split_whitespace().collect::(), expected); fs::remove_file(outfile)?;