Skip to content

Commit

Permalink
Revert "Update ignored status codes"
Browse files Browse the repository at this point in the history
This reverts commit ff8d74e.
  • Loading branch information
jabenninghoff committed Aug 9, 2024
1 parent ff8d74e commit 1c25e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ task test: :build do
}
},
enforce_https: false,
ignore_status_codes: [403, 503],
ignore_status_codes: [403, 405, 503],
ignore_urls: [
# URL not resolving
%r{https://secure360.org},
Expand Down

0 comments on commit 1c25e2f

Please sign in to comment.