We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710f3cd commit 403a11fCopy full SHA for 403a11f
1 file changed
logstash-core/spec/logstash/runner_spec.rb
@@ -388,7 +388,7 @@
388
389
it "gives deprecation message when setting to `warn`" do
390
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")
+ .with(a_string_including "This flag is deprecated and will be removed in version 9")
392
.with(a_string_including DEPRECATED_MSG)
393
subject.run("bin/logstash", args)
394
end
0 commit comments