Skip to content

Commit

Permalink
fix(test) argument error
Browse files Browse the repository at this point in the history
  • Loading branch information
uncoder committed Oct 3, 2024
1 parent b2476da commit 61b27a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factiva/monitoring_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ module Factiva

it "raises HTTP::TimeoutError for CircuitBreaker" do
expect {
subject.get_matches({ case_id: "id" })
subject.get_matches(case_id: "id")
}.to raise_error(HTTP::TimeoutError)
end
end
Expand Down

0 comments on commit 61b27a7

Please sign in to comment.