Skip to content

Commit

Permalink
fix user hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Aug 23, 2024
1 parent 64cd9fc commit ff31ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/user_hash.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def user_matcher(user, include_private_data: false)
title: user.title,
suffix: user.suffix,
uuid: user.uuid,
support_identifier: user.support_identifier,
consent_preferences: user.consent_preferences,
is_test: user.is_test?,
is_administrator: user.is_administrator?,
Expand Down

0 comments on commit ff31ffc

Please sign in to comment.