diff options
-rwxr-xr-x | source4/dsdb/tests/python/urgent_replication.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/urgent_replication.py b/source4/dsdb/tests/python/urgent_replication.py index 7f0956ee70..20c40a8e8f 100755 --- a/source4/dsdb/tests/python/urgent_replication.py +++ b/source4/dsdb/tests/python/urgent_replication.py @@ -139,7 +139,7 @@ systemFlags: 33554432""", ["relax:0"]) "nCName": self.base_dn, "showInAdvancedViewOnly": "TRUE", "name": "test crossRef", - "systemFlags": "1", ["relax:0"]}) + "systemFlags": "1"}, ["relax:0"]) # urgent replication should be enabled when creating res = self.ldb.load_partition_usn("cn=Configuration," + self.base_dn) |