Commit e0f44f10 authored by Mohammad Ismaeel's avatar Mohammad Ismaeel
Browse files

bug fixed in list srevice

parent c075cdc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ def get_list_service(context_uuid):
    context_id.context_uuid.uuid = context_uuid
    try:
        context_client.connect()
        list_services = context_client.ListServices(context_id=context_id)
        list_services = context_client.ListServices(context_id)
        if not list_services:
            return make_response("No services found", 404)
        services_list = []