From 8555584bdab53100ce757a4236b71d3fdcc89e0c Mon Sep 17 00:00:00 2001 From: Abdul Raheem Siddiqui <53625184+ar-siddiqui@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:43:14 -0500 Subject: [PATCH] Update tests.postman_collection.json --- tests/e2e/tests.postman_collection.json | 36 +------------------------ 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/tests/e2e/tests.postman_collection.json b/tests/e2e/tests.postman_collection.json index e885b17..b8a71ff 100644 --- a/tests/e2e/tests.postman_collection.json +++ b/tests/e2e/tests.postman_collection.json @@ -1720,40 +1720,6 @@ } }, "response": [] - }, - { - "name": "fetch-with-invalid-processID", - "event": [ - { - "listen": "test", - "script": { - "exec": [ - "" - ], - "type": "text/javascript" - } - } - ], - "request": { - "method": "GET", - "header": [], - "url": { - "raw": "{{url}}/jobs?processID=invalidProcessID", - "host": [ - "{{url}}" - ], - "path": [ - "jobs" - ], - "query": [ - { - "key": "processID", - "value": "invalidProcessID" - } - ] - } - }, - "response": [] } ], "event": [ @@ -1846,4 +1812,4 @@ "value": "" } ] -} \ No newline at end of file +}