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 55223ee commit a3d292aCopy full SHA for a3d292a
spec/filters/grok_spec.rb
@@ -889,7 +889,7 @@ def pattern_path(path)
889
insist { subject.to_json } =~ %r|"@version":"1"|
890
insist { subject.to_json } =~ %r|"username"|i
891
insist { subject.to_json } =~ %r|"testuser"|
892
- insist { subject.to_json } =~ %r|"tags":\["ssh_failure"\]}|
+ insist { subject.to_json } =~ %r|"tags":\["ssh_failure"\]|
893
end
894
895
0 commit comments