mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 00:27:50 +02:00
fixing tests that broke due to gdpr requirement
This commit is contained in:
@@ -56,6 +56,7 @@ describe('authentication', function () {
|
||||
username: username,
|
||||
password: password,
|
||||
'password-confirm': password,
|
||||
gdpr_consent: true,
|
||||
},
|
||||
json: true,
|
||||
jar: jar,
|
||||
@@ -150,6 +151,7 @@ describe('authentication', function () {
|
||||
password: 'adminpwd',
|
||||
'password-confirm': 'adminpwd',
|
||||
userLang: 'it',
|
||||
gdpr_consent: true,
|
||||
},
|
||||
json: true,
|
||||
jar: jar,
|
||||
|
||||
Reference in New Issue
Block a user