Skip to content

Commit

Permalink
Drop the needsPasswordReset property from the tests
Browse files Browse the repository at this point in the history
Change-type: patch
See: balena-io/balena-api#3665
  • Loading branch information
thgreasi committed May 31, 2022
1 parent 30b9d91 commit 8235cea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/auth/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const johnDoe = {
gitlab_id: 1325,
social_service_account: null,
hasPasswordSet: true,
needsPasswordReset: false,
public_key: false,
features: [],
id: 1344,
Expand All @@ -21,7 +20,6 @@ const janeDoe = {
social_service_account: null,
has_disabled_newsletter: true,
hasPasswordSet: true,
needsPasswordReset: false,
public_key: false,
features: [],
intercomUserHash:
Expand Down

0 comments on commit 8235cea

Please sign in to comment.