Skip to content

Commit

Permalink
Update app/spec/services/github_checks_verifier_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Harlan Wood <[email protected]>
  • Loading branch information
omkarkhatavkar and hwood-fg committed May 23, 2023
1 parent bdd8ede commit cba7f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/spec/services/github_checks_verifier_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
OpenStruct.new(name: "other_check", status: "queued")
]

service.config.ignore_checks = ["check_name1,check_name2"]
service.config.ignore_checks = "check_name1,check_name2"
service.send(:apply_filters, checks)
expect(checks.map(&:name)).to all(eq "other_check")
end
Expand Down

0 comments on commit cba7f1f

Please sign in to comment.