Skip to content

Commit

Permalink
fix(snyk): make snyk happy about false-positive error
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Oct 24, 2024
1 parent e329757 commit 4b553c9
Show file tree
Hide file tree
Showing 2 changed files with 4,666 additions and 4,666 deletions.
4 changes: 2 additions & 2 deletions spec/swagger_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def x_rh_identity(account = nil)
'org_id': account&.org_id || '1234',
'type': 'User',
'user': {
'email': 'a@b.com',
'username': '[email protected]',
'email': 'no-reply@redhat.com',
'username': 'Compliance User',
'first_name': 'a',
'last_name': 'b',
'is_active': true,
Expand Down
Loading

0 comments on commit 4b553c9

Please sign in to comment.