mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
bump online snapshots
Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
parent
7afc0e31aa
commit
62a4b33ab1
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ fn test_issue_518_repro() -> Result<()> {
|
|||
.input(input_under_test("ref-confusion/issue-518-repro.yml"))
|
||||
.offline(false)
|
||||
.run()?,
|
||||
@r"No findings to report. Good job! (1 ignored, 1 suppressed)"
|
||||
@"No findings to report. Good job! (1 ignored, 1 suppressed)"
|
||||
);
|
||||
|
||||
Ok(())
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ fn test_nested_annotated_tags() -> Result<()> {
|
|||
"ref-version-mismatch/nested-annotated-tags.yml"
|
||||
))
|
||||
.run()?,
|
||||
@r"No findings to report. Good job! (1 suppressed)"
|
||||
@"No findings to report. Good job! (1 suppressed)"
|
||||
);
|
||||
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue