Skip to content

Commit

Permalink
Update tests.postman_collection.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ar-siddiqui authored Dec 6, 2023
1 parent d5881a9 commit 8555584
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions tests/e2e/tests.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -1846,4 +1812,4 @@
"value": ""
}
]
}
}

0 comments on commit 8555584

Please sign in to comment.