Skip to content

Commit

Permalink
test(accounts): fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed May 18, 2022
1 parent 13dd6c6 commit 444603a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/api/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ describe('api/users.js', function () {
it('should create new user', function (done) {
var user = {
aUsername: 'new.user.1',
aPass: 'password',
aPassConfirm: 'password',
aPass: 'SecureP@ssW0rd',
aPassConfirm: 'SecureP@ssW0rd',
aFullname: 'New User',
aEmail: '[email protected]',
aRole: global.userRoleId,
Expand Down

0 comments on commit 444603a

Please sign in to comment.