Skip to content

Commit 403a11f

Browse files
committed
update deprecation message
1 parent 710f3cd commit 403a11f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logstash-core/spec/logstash/runner_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388

389389
it "gives deprecation message when setting to `warn`" do
390390
expect(runner_deprecation_logger_stub).to receive(:deprecated)
391-
.with(a_string_including "This flag value is deprecated and will be removed in version 9")
391+
.with(a_string_including "This flag is deprecated and will be removed in version 9")
392392
.with(a_string_including DEPRECATED_MSG)
393393
subject.run("bin/logstash", args)
394394
end

0 commit comments

Comments
 (0)