Commit a50c4cf9 authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

mock invoker id

parent 506ed316
Loading
Loading
Loading
Loading
+28 −28
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ class Operations:

        json_data = [
            {
                    "api_invoker_id": "266b04e111b61c281a1e6619d7dc6b",
                "api_invoker_id": "INVdae63404f66b428f123c6f0a81fe7b",
                "notification_destination": "https://mynotificationdest.com",
                "request_test_notification": true,
                "security_info": [
@@ -107,8 +107,8 @@ class Operations:
        #return jsonify(message="Security context retrieved succesfully",
        #               object=json_security_contexts), 200

        except Exception as e:
            return "Error when retreiving invoker list: ", e
        #except Exception as e:
        #    return "Error when retreiving invoker list: ", e

    def get_providers(self):