pytest/repl_rodc: Remove unused variable
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 28 Feb 2023 20:27:07 +0000 (09:27 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 3 Mar 2023 01:07:36 +0000 (01:07 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/drs/python/repl_rodc.py

index 3ace1cc5193852ea85561ac24eea922a2ca30be8..8bdb04da048283288ae3a53e45d0b727e631dc19 100644 (file)
@@ -526,11 +526,6 @@ class DrsRodcTestCase(drs_base.DrsBaseTestCase):
         (other_rodc_drs, other_rodc_drs_handle) = self._ds_bind(self.dnsname_dc1, other_rodc_creds)
 
         rand = random.randint(1, 10000000)
-        expected_user_attributes = [drsuapi.DRSUAPI_ATTID_lmPwdHistory,
-                                    drsuapi.DRSUAPI_ATTID_supplementalCredentials,
-                                    drsuapi.DRSUAPI_ATTID_ntPwdHistory,
-                                    drsuapi.DRSUAPI_ATTID_unicodePwd,
-                                    drsuapi.DRSUAPI_ATTID_dBCSPwd]
 
         user_name = "test_rodcF_%s" % rand
         user_dn = "CN=%s,%s" % (user_name, self.ou)