mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
python:tests: Account for new user ‘joe’
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
parent
18b078a8b9
commit
1d945b0f23
@ -358,7 +358,7 @@ class DomainBackupBase(BlackboxTestCase):
|
||||
"""Check the user secrets in the restored DB match what's expected"""
|
||||
|
||||
# check secrets for the built-in testenv users match what's expected
|
||||
test_users = ["alice", "bob", "jane"]
|
||||
test_users = ["alice", "bob", "jane", "joe"]
|
||||
for user in test_users:
|
||||
self.assert_user_secrets(samdb, user, expect_secrets)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user