summaryrefslogtreecommitdiff
path: root/python/samba/tests/upgradeprovisionneeddc.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/tests/upgradeprovisionneeddc.py')
-rw-r--r--python/samba/tests/upgradeprovisionneeddc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/samba/tests/upgradeprovisionneeddc.py b/python/samba/tests/upgradeprovisionneeddc.py
index c6d4de3af6e..b665e5ba3c7 100644
--- a/python/samba/tests/upgradeprovisionneeddc.py
+++ b/python/samba/tests/upgradeprovisionneeddc.py
@@ -107,7 +107,7 @@ class UpgradeProvisionWithLdbTestCase(TestCaseInTempDir):
hash)
self.assertEqual(self.ldbs.sam.get_attribute_replmetadata_version(dn,
"unicodePwd"),
- 140)
+ 140)
# This function should not decrement the version
hash[dn.lower()] = 130
@@ -116,7 +116,7 @@ class UpgradeProvisionWithLdbTestCase(TestCaseInTempDir):
hash)
self.assertEqual(self.ldbs.sam.get_attribute_replmetadata_version(dn,
"unicodePwd"),
- 140)
+ 140)
def test_identic_rename(self):
rootdn = "DC=samba,DC=example,DC=com"