From 6142befc1b03922d2bf6b17e1504dda468988e6c Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 1 Oct 2018 10:34:19 +0200 Subject: Add test checking so connection Added test checking if vid is contacting SO using HTTPS Change-Id: I75cb829cdc9feb231dfd4d3826d12cab18781d38 Issue-ID: INT-648 Signed-off-by: adam --- tests/vid/resources/simulators/so_post_response.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/vid/resources/simulators/so_post_response.json (limited to 'tests/vid/resources/simulators/so_post_response.json') diff --git a/tests/vid/resources/simulators/so_post_response.json b/tests/vid/resources/simulators/so_post_response.json new file mode 100644 index 00000000..391231dc --- /dev/null +++ b/tests/vid/resources/simulators/so_post_response.json @@ -0,0 +1,9 @@ +{ + "status": 202, + "entity": { + "requestReferences": { + "instanceId": "fffcbb6c-1983-42df-9ca8-89ae8b3a46c1", + "requestId": "b2197d7e-3a7d-410e-82ba-7b7e8191bc46" + } + } +} \ No newline at end of file -- cgit 1.2.3-korg