Skip to content

Commit ed16a6f

Browse files
authored
fix(test): reflect changes in InfluxDB 2.2 (#102)
1 parent a2bf898 commit ed16a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/influxdb/client_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_ping
9595

9696
ping = client.ping
9797
assert_equal 'ready for queries and writes', ping.message
98-
assert_equal 'OSS, oss2', ping.build
98+
assert_match 'OSS', ping.build
9999
assert_equal 'ok', ping.status
100100
refute_empty ping.version
101101
end

0 commit comments

Comments
 (0)