Skip to content

Commit

Permalink
fixing integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciaM1 committed Jul 15, 2024
1 parent 9290875 commit adee6ba
Showing 1 changed file with 0 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8702,39 +8702,6 @@
}
]
},
{
"name": "Get ALL Workflow Resource",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.test(\"Status code is 200\", function () {\r",
" pm.response.to.have.status(200);\r",
"});"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/api/v1/model/workflow-resource",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"model",
"workflow-resource"
]
}
},
"response": []
},
{
"name": "Salva Resource di tipo HTML 1",
"event": [
Expand Down Expand Up @@ -10123,39 +10090,6 @@
}
]
},
{
"name": "Get ALL Resources",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.test(\"Status code is 200\", function () {\r",
" pm.response.to.have.status(200);\r",
"});"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/api/v1/model/resources",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"model",
"resources"
]
}
},
"response": []
},
{
"name": "Filtra risorse per resourceType e resourceId",
"event": [
Expand Down

0 comments on commit adee6ba

Please sign in to comment.