Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
starswan committed Oct 11, 2024
1 parent 588b160 commit 87ec525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/configuration/filter_parameter_logging_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

specify "all anonymised analytics fields should be filtered from logs" do
analytics_hidden_pii.each_value do |shared|
shared.each do |field|
expect(filter_params).to include(field.to_sym)
shared.map(&:to_sym).each do |field|
expect(filter_params).to include(field)
end
end
end
Expand Down

0 comments on commit 87ec525

Please sign in to comment.