Skip to content

Commit

Permalink
fix: integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
henry40408 committed Feb 1, 2025
1 parent f97b44a commit 02ad31d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ fn initial_scan_failed() {
.assert()
.success()
.stdout_eq(str![[r#"
[..] WARN comics: no authrization enabled, server is publicly accessible
...
[..] ERROR comics: initial scan failed err=IO(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[..] INFO comics: server started addr=127.0.0.1:[..] version=[..]
[..] WARN comics: fatal error occurred, shutdown the server
...
"#]])
.stderr_eq(str![]);
Expand Down

0 comments on commit 02ad31d

Please sign in to comment.