Skip to content

Commit 631dca7

Browse files
committed
fix bulk check tests
1 parent e875cd4 commit 631dca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

horizon/tests/test_enforcer_api.py

+1-1
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)