Merge pull request #2516 from internetee/dependabot/bundler/rails-html-sanitizer-1.4.4

Bump rails-html-sanitizer from 1.4.3 to 1.4.4
This commit is contained in:
OlegPhenomenon 2022-12-16 13:51:03 +02:00 committed by GitHub
commit 530aea608c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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)

View file

@ -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