We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2df01 commit e05a63bCopy full SHA for e05a63b
spec/filters/geoip_offline_spec.rb
@@ -112,7 +112,7 @@
112
CONFIG
113
114
context "should return the correct sourcefield in the logging message" do
115
- sample("ip" => "8.8.8.8") do
+ sample({"ip" => "8.8.8.8"}) do
116
expect { subject }.to raise_error(java.lang.IllegalArgumentException, "The database provided is invalid or corrupted.")
117
end
118
0 commit comments