mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
Drop the needsPasswordReset property from the tests
Change-type: patch See: https://github.com/balena-io/balena-api/pull/3665
This commit is contained in:
parent
30b9d9141d
commit
8235cead07
@ -6,7 +6,6 @@ const johnDoe = {
|
||||
gitlab_id: 1325,
|
||||
social_service_account: null,
|
||||
hasPasswordSet: true,
|
||||
needsPasswordReset: false,
|
||||
public_key: false,
|
||||
features: [],
|
||||
id: 1344,
|
||||
@ -21,7 +20,6 @@ const janeDoe = {
|
||||
social_service_account: null,
|
||||
has_disabled_newsletter: true,
|
||||
hasPasswordSet: true,
|
||||
needsPasswordReset: false,
|
||||
public_key: false,
|
||||
features: [],
|
||||
intercomUserHash:
|
||||
|
Loading…
Reference in New Issue
Block a user