Loading src/open_exposure_gateway/application/services/edge_application_management_service.py +2 −3 Original line number Diff line number Diff line Loading @@ -446,9 +446,8 @@ class EdgeApplicationManagementService: "instances": [ { "app_instance_id": instance.service_instance_id, "service_instance_id": instance.service_instance_id, "zone_id": instance.zone_id, "status": instance.status, "edge_cloud_zone_id": instance.zone_id, "state": instance.status, } for instance in event.instances ] Loading tests/unit/test_eam_service.py +2 −3 Original line number Diff line number Diff line Loading @@ -1173,9 +1173,8 @@ class TestHandleCompleted: "instances": [ { "app_instance_id": str(INSTANCE_ID), "service_instance_id": str(INSTANCE_ID), "zone_id": str(ZONE_ID), "status": "completed", "edge_cloud_zone_id": str(ZONE_ID), "state": "completed", } ] } Loading Loading
src/open_exposure_gateway/application/services/edge_application_management_service.py +2 −3 Original line number Diff line number Diff line Loading @@ -446,9 +446,8 @@ class EdgeApplicationManagementService: "instances": [ { "app_instance_id": instance.service_instance_id, "service_instance_id": instance.service_instance_id, "zone_id": instance.zone_id, "status": instance.status, "edge_cloud_zone_id": instance.zone_id, "state": instance.status, } for instance in event.instances ] Loading
tests/unit/test_eam_service.py +2 −3 Original line number Diff line number Diff line Loading @@ -1173,9 +1173,8 @@ class TestHandleCompleted: "instances": [ { "app_instance_id": str(INSTANCE_ID), "service_instance_id": str(INSTANCE_ID), "zone_id": str(ZONE_ID), "status": "completed", "edge_cloud_zone_id": str(ZONE_ID), "state": "completed", } ] } Loading