mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Fix test
This commit is contained in:
parent
c68e15fba3
commit
ea415c8db4
1 changed files with 2 additions and 2 deletions
|
|
@ -1928,9 +1928,9 @@ mod cli {
|
|||
"https://raw.githubusercontent.com/lycheeverse/lychee/master/fixtures/fragments/zero.bin#fragment",
|
||||
))
|
||||
.stdout(contains("42 Total"))
|
||||
.stdout(contains("30 OK"))
|
||||
.stdout(contains("31 OK"))
|
||||
// Failures because of missing fragments or failed binary body scan
|
||||
.stdout(contains("12 Errors"));
|
||||
.stdout(contains("11 Errors"));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue