We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5d094 commit e2f3197Copy full SHA for e2f3197
1 file changed
logstash-core/spec/logstash/java_pipeline_spec.rb
@@ -411,7 +411,7 @@ def flush(options)
411
context "comparing incompatible types" do
412
sample_one( [{ "path" => {"to" => {"value" => [101, 102]}}}] ) do
413
expect(subject).to be nil
414
- expect(pipeline.last_error_evaluation_received).to match(/Unexpected input type combination.*List.*RubyFixnum/)
+ expect(pipeline.last_error_evaluation_received).to match(/Unexpected conditional input combination of.*List.*RubyFixnum/)
415
end
416
417
0 commit comments