Skip to content

Commit 63d07b4

Browse files
author
Dave MacFarlane
committed
Add TOTPSecret to unittest
1 parent 36866db commit 63d07b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unittests/UserTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class UserTest extends TestCase
6060
'Active' => 'Y',
6161
'Password_hash' => null,
6262
'PasswordChangeRequired' => 0,
63+
'TOTPSecret' => null,
6364
'Pending_approval' => 'Y',
6465
'Doc_Repo_Notifications' => 'Y',
6566
'language_preference' => 2,

0 commit comments

Comments
 (0)