diff --git a/python/src/etos_api/routers/v1alpha/utilities.py b/python/src/etos_api/routers/v1alpha/utilities.py index 8709f19..0944542 100644 --- a/python/src/etos_api/routers/v1alpha/utilities.py +++ b/python/src/etos_api/routers/v1alpha/utilities.py @@ -160,7 +160,7 @@ async def recipes_from_tests(tests: list[dict]) -> list[dict]: }, { "key": "EXECUTE", - "value": test["execution"]["execute"], + "value": test["execution"].get("execute", []), }, { "key": "CHECKOUT",