Skip to content

Commit 3d58fd8

Browse files
committed
fix bulk check tests
1 parent 773b135 commit 3d58fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

horizon/tests/test_enforcer_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ async def pdp_api_client() -> TestClient:
243243
)
244244
],
245245
None,
246-
{"allow": [{"allow": True, "result": True}]},
246+
[{"allow": True, "result": True}],
247247
{"allow": [{"allow": True, "result": True}]},
248248
),
249249
(

0 commit comments

Comments
 (0)