diff --git a/Gemfile.lock b/Gemfile.lock index e3d78dc7d..f0d9fdc55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -401,8 +401,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.3) - loofah (~> 2.3) + rails-html-sanitizer (1.4.4) + loofah (~> 2.19, >= 2.19.1) railties (6.1.4.1) actionpack (= 6.1.4.1) activesupport (= 6.1.4.1) 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