1
0
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:
Jo Sutton 2024-07-30 14:49:11 +12:00 committed by Douglas Bagnall
parent 18b078a8b9
commit 1d945b0f23

View File

@ -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)