From 46683755df6a71c6d9c925b0594a355c60785cf2 Mon Sep 17 00:00:00 2001 From: Efe Kaya Date: Sun, 7 Jan 2024 19:51:28 -0700 Subject: [PATCH] Update thunderActivity.json --- thunder-tests/thunderActivity.json | 59 +++++++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/thunder-tests/thunderActivity.json b/thunder-tests/thunderActivity.json index 8b13789..6d912f3 100644 --- a/thunder-tests/thunderActivity.json +++ b/thunder-tests/thunderActivity.json @@ -1 +1,58 @@ - +[ + { + "_id": "f89d4711-65d8-4d27-97b4-29fdbd4030af", + "colId": "history", + "containerId": "", + "name": "http://localhost:8080", + "url": "http://localhost:8080", + "method": "GET", + "sortNum": 0, + "created": "2024-01-03T22:55:09.542Z", + "modified": "2024-01-03T22:55:09.542Z", + "headers": [], + "params": [], + "tests": [] + }, + { + "_id": "6bc96082-fae9-4bbf-95d3-f7a40176d5ea", + "colId": "history", + "containerId": "", + "name": "http://localhost:8080/v1/healthz", + "url": "http://localhost:8080/v1/healthz", + "method": "GET", + "sortNum": 0, + "created": "2024-01-04T03:47:06.964Z", + "modified": "2024-01-04T03:47:06.964Z", + "headers": [], + "params": [], + "tests": [] + }, + { + "_id": "112c0665-f6dd-42a9-9cea-8b23eb9f1167", + "colId": "history", + "containerId": "", + "name": "http://localhost:8080/v1/healthz", + "url": "http://localhost:8080/v1/healthz", + "method": "POST", + "sortNum": 0, + "created": "2024-01-04T03:47:22.788Z", + "modified": "2024-01-04T03:47:22.788Z", + "headers": [], + "params": [], + "tests": [] + }, + { + "_id": "ff6fb8b5-47b3-4d26-aa67-8046a7779c76", + "colId": "history", + "containerId": "", + "name": "http://localhost:8080/v1/err", + "url": "http://localhost:8080/v1/err", + "method": "GET", + "sortNum": 0, + "created": "2024-01-04T04:06:47.838Z", + "modified": "2024-01-04T04:06:47.838Z", + "headers": [], + "params": [], + "tests": [] + } +]