Commit 6d256eb1 authored by Leandro Campos's avatar Leandro Campos
Browse files

possible mistakes solved

parent ef25a3f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ def json_service_iplink_planned(
    ):

    return json_service(
        service_uuid, ServiceTypeEnum.SERVICETYPE_PON_ACCESS, context_id=json_context_id(context_uuid),
        service_uuid, ServiceTypeEnum.SERVICETYPE_IPLINK, context_id=json_context_id(context_uuid),
        status=ServiceStatusEnum.SERVICESTATUS_PLANNED, endpoint_ids=endpoint_ids, constraints=constraints,
        config_rules=config_rules)

+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ def validate_service_type_enum(message):
        'SERVICETYPE_E2E',
        'SERVICETYPE_OPTICAL_CONNECTIVITY',
        'SERVICETYPE_QKD',
        'SERVICETYPE_PON_ACCESSs',
        'SERVICETYPE_PON_ACCESS',
    ]

def validate_service_state_enum(message):