]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python:tests: Account for new user ‘joe’
authorJo Sutton <josutton@catalyst.net.nz>
Tue, 30 Jul 2024 02:49:11 +0000 (14:49 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Sun, 4 Aug 2024 00:32:39 +0000 (00:32 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/tests/domain_backup.py

index 7ec5d3afa52808c781c8ce2c76b187f72dc0d751..af87a93f736ae33cac95f71dfc6322934ba64474 100644 (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)