diff options
Diffstat (limited to 'source4/dsdb/tests/python')
-rwxr-xr-x | source4/dsdb/tests/python/urgent_replication.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/dsdb/tests/python/urgent_replication.py b/source4/dsdb/tests/python/urgent_replication.py index 42f3cd0bd7..3c35af63bb 100755 --- a/source4/dsdb/tests/python/urgent_replication.py +++ b/source4/dsdb/tests/python/urgent_replication.py @@ -254,8 +254,7 @@ defaultHidingValue: TRUE"""); "objectClass":"secret", "cn":"test secret", "name":"test secret", - "currentValue":"xxxxxxx"}); - + "currentValue":"xxxxxxx"}, ["relax:0"]); # urgent replication should be enabled when creating res = self.ldb.load_partition_usn(self.base_dn) |