fixed test

This commit is contained in:
Mick Grove 2025-08-13 09:23:03 -07:00
commit 1054476a3b

View file

@ -14,7 +14,7 @@ fn smoke_scan_docker_image() -> anyhow::Result<()> {
"--no-update-check",
])
.assert()
.code(205)
.code(200)
.stdout(predicate::str::contains("Not Attempted"));
Ok(())
}