Skip to content

Commit e2f3197

Browse files
committed
Fixed test
1 parent ea5d094 commit e2f3197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logstash-core/spec/logstash/java_pipeline_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def flush(options)
411411
context "comparing incompatible types" do
412412
sample_one( [{ "path" => {"to" => {"value" => [101, 102]}}}] ) do
413413
expect(subject).to be nil
414-
expect(pipeline.last_error_evaluation_received).to match(/Unexpected input type combination.*List.*RubyFixnum/)
414+
expect(pipeline.last_error_evaluation_received).to match(/Unexpected conditional input combination of.*List.*RubyFixnum/)
415415
end
416416
end
417417
end

0 commit comments

Comments
 (0)