From e47c07f1de85ad57fc582447cc816ddb6d82c6fb Mon Sep 17 00:00:00 2001 From: Sergei Tsoganov Date: Wed, 14 Dec 2022 10:29:24 +0200 Subject: [PATCH] Corrected test --- test/integration/repp/v1/stats/market_share_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/repp/v1/stats/market_share_test.rb b/test/integration/repp/v1/stats/market_share_test.rb index 03721cebd..ad5a2a178 100644 --- a/test/integration/repp/v1/stats/market_share_test.rb +++ b/test/integration/repp/v1/stats/market_share_test.rb @@ -21,7 +21,6 @@ class ReppV1StatsMarketShareTest < ActionDispatch::IntegrationTest assert json[:data].is_a? Array assert json[:data][0].is_a? Hash - assert_equal json[:data][0][:name], 'Good Names' assert_nil json[:data][0][:selected] end