Skip to content

Commit

Permalink
NXP-32928: follow mandatory password change
Browse files Browse the repository at this point in the history
  • Loading branch information
troger committed Dec 2, 2024
1 parent f62d14d commit dbbb7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/user/user.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ describe('User', () => {
'entity-type': 'user',
properties: {
username: LEELA_USERNAME,
password: LEELA_USERNAME,
firstName: 'Leela',
},
});
Expand Down
1 change: 1 addition & 0 deletions test/user/users.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe('Users', () => {
const newUser = {
properties: {
username: LEELA_USERNAME,
password: LEELA_USERNAME,
firstName: 'Leela',
company: 'Futurama',
email: '[email protected]',
Expand Down

0 comments on commit dbbb7f3

Please sign in to comment.