Skip to content

Commit

Permalink
fix(test): reflect changes in InfluxDB 2.2 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Apr 8, 2022
1 parent a2bf898 commit ed16a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/influxdb/client_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_ping

ping = client.ping
assert_equal 'ready for queries and writes', ping.message
assert_equal 'OSS, oss2', ping.build
assert_match 'OSS', ping.build
assert_equal 'ok', ping.status
refute_empty ping.version
end
Expand Down

0 comments on commit ed16a6f

Please sign in to comment.