Skip to content

Commit

Permalink
Merge pull request logstash-plugins#81 from robbavey/jruby_9_3_4
Browse files Browse the repository at this point in the history
Remove timezone field from time_array in spec
  • Loading branch information
robbavey authored Jun 14, 2022
2 parents f6d3a73 + 980f11f commit 61e9330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## #unreleased
- Fix: Fix failing test spec on jruby-9.3.4.0 [#81](https://github.com/logstash-plugins/logstash-output-mongodb/pull/81)

## 3.1.7
- Fix "wrong number of arguments" error when shipping events to MongoDB (fixes #60, #64, #65) [#66](https://github.com/logstash-plugins/logstash-output-mongodb/pull/66)

Expand Down
2 changes: 1 addition & 1 deletion spec/bson/logstash_timestamp_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require_relative "../spec_helper"

describe ::LogStash::Timestamp do
let(:time_array) { [1918,11,11,11,0,0, "+00:00"] }
let(:time_array) { [1918,11,11,11,0,0] }
let(:a_time) { Time.utc(*time_array) }
let(:bson_time) { Time.utc(*time_array).to_bson }

Expand Down

0 comments on commit 61e9330

Please sign in to comment.