Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 7f8f2a7

Browse files
nfsecjordansissel
authored andcommitted
Metadata typo
Fixes logstash-plugins#94
1 parent 3e26951 commit 7f8f2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/inputs/tcp_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_port
7676
event = events[i]
7777
insist { event.get("message") } == "#{i} ☹"
7878
insist { event.get("host") } == host
79-
insist { event.get("[@metdata][ip_address]") } == '127.0.0.1'
79+
insist { event.get("[@metadata][ip_address]") } == '127.0.0.1'
8080
end
8181
end
8282

0 commit comments

Comments
 (0)