Skip to content

Commit d869183

Browse files
committed
More futzing with tests
Tweaking tests to they each run twice (integer and float forms) properly, hopefully. Sorry for the noise.
1 parent 23355d1 commit d869183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugin/test_out_splunk-http-eventcollector.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ def test_write_splitting
135135
assert_requested :post, "https://localhost:8089/services/collector/event",
136136
headers: {"Authorization" => "Splunk changeme"},
137137
body: { time: time, source: "test", sourcetype: "fluentd", host: "", index: "main", event: "c" }.to_json
138-
assert_requested :post, "https://localhost:8089/services/collector/event", times: 2
139138
end
139+
assert_requested :post, "https://localhost:8089/services/collector/event", times: 4
140140
end
141141

142142
def test_utf8

0 commit comments

Comments
 (0)