mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
ldb/tests/py/index: remove dup value in dictionary
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <noel.power@suse.com>
This commit is contained in:
parent
fc64f2586d
commit
78ead841bf
@ -1314,7 +1314,6 @@ class RejectSubDBIndex(LdbBaseTest):
|
|||||||
self.l.add({"dn": "@INDEXLIST",
|
self.l.add({"dn": "@INDEXLIST",
|
||||||
"@IDX_LMDB_SUBDB": [b"1"],
|
"@IDX_LMDB_SUBDB": [b"1"],
|
||||||
"@IDXONE": [b"1"],
|
"@IDXONE": [b"1"],
|
||||||
"@IDXONE": [b"1"],
|
|
||||||
"@IDXGUID": [b"objectUUID"],
|
"@IDXGUID": [b"objectUUID"],
|
||||||
"@IDX_DN_GUID": [b"GUID"],
|
"@IDX_DN_GUID": [b"GUID"],
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user