We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bf898 commit ed16a6fCopy full SHA for ed16a6f
1 file changed
test/influxdb/client_test.rb
@@ -95,7 +95,7 @@ def test_ping
95
96
ping = client.ping
97
assert_equal 'ready for queries and writes', ping.message
98
- assert_equal 'OSS, oss2', ping.build
+ assert_match 'OSS', ping.build
99
assert_equal 'ok', ping.status
100
refute_empty ping.version
101
end
0 commit comments