test/instrumentation/redis_test.rb in instana-1.9.5 vs test/instrumentation/redis_test.rb in instana-1.9.6

- old
+ new

@@ -113,9 +113,9 @@ assert_equal 0, data[:redis][:db] assert_equal command, data[:redis][:command] if with_error assert_equal true, data[:redis][:error] - assert_equal with_error, data[:log][:message] + assert data[:log].key?(:message) end end end