Skip to content

Commit

Permalink
test(no-open-secret-scanning-alerts): suppress 'used only once' warni…
Browse files Browse the repository at this point in the history
…ng for Mojo::UserAgent
  • Loading branch information
scriptprivate authored Sep 17, 2024
1 parent 6a097f1 commit d6a889a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/no-open-secret-scanning-alerts.t
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ BEGIN {
}
}

no warnings 'once';

Check failure on line 53 in tests/no-open-secret-scanning-alerts.t

View workflow job for this annotation

GitHub Actions / critic

Warnings disabled at line 53, column 1. See page 431 of PBP.
*Mojo::UserAgent::new = \&MockMojoUserAgent::new;

subtest 'No open secret scanning alerts' => sub {
Expand Down

0 comments on commit d6a889a

Please sign in to comment.