diff --git a/functests/execassets.py b/functests/execassets.py index d27131a4..da94a55c 100644 --- a/functests/execassets.py +++ b/functests/execassets.py @@ -31,10 +31,14 @@ ASSET_NAME = "Telephone with 2 attachments - one bad or not scanned 2022-03-01" REQUEST_EXISTS_ATTACHMENTS = { - "selector": { - "attributes.arc_display_name", - "attributes.arc_namespace", - }, + "selector": [ + { + "attributes": [ + "arc_display_name", + "arc_namespace", + ] + }, + ], "behaviours": BEHAVIOURS, "proof_mechanism": ProofMechanism.SIMPLE_HASH.name, "attributes": {