Skip to content

Commit 865414c

Browse files
author
David Linko
committed
update test json files
1 parent 2974cb4 commit 865414c

File tree

2 files changed

+4449
-3910
lines changed

2 files changed

+4449
-3910
lines changed

anms-core/integration_test/integration_tests.json

Lines changed: 0 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -3429,147 +3429,6 @@
34293429
}
34303430
]
34313431
},
3432-
{
3433-
"name": "Nm Put Hex Idx",
3434-
"request": {
3435-
"method": "PUT",
3436-
"header": [
3437-
{
3438-
"key": "Content-Type",
3439-
"value": "application/json"
3440-
},
3441-
{
3442-
"key": "Accept",
3443-
"value": "application/json"
3444-
}
3445-
],
3446-
"body": {
3447-
"mode": "raw",
3448-
"raw": "{\n \"data\": \"dolore ut Lorem ea\"\n}",
3449-
"options": {
3450-
"raw": {
3451-
"language": "json"
3452-
}
3453-
}
3454-
},
3455-
"url": {
3456-
"raw": "{{baseUrl}}/nm/agents/idx/:idx/hex",
3457-
"host": [
3458-
"{{baseUrl}}"
3459-
],
3460-
"path": [
3461-
"nm",
3462-
"agents",
3463-
"idx",
3464-
":idx",
3465-
"hex"
3466-
],
3467-
"variable": [
3468-
{
3469-
"key": "idx",
3470-
"value": "veniam ut eu Excepteur",
3471-
"description": "(Required) "
3472-
}
3473-
]
3474-
}
3475-
},
3476-
"response": [
3477-
{
3478-
"name": "Successful Response",
3479-
"originalRequest": {
3480-
"method": "PUT",
3481-
"header": [],
3482-
"body": {
3483-
"mode": "raw",
3484-
"raw": "{\n \"data\": \"dolore ut Lorem ea\"\n}",
3485-
"options": {
3486-
"raw": {
3487-
"language": "json"
3488-
}
3489-
}
3490-
},
3491-
"url": {
3492-
"raw": "{{baseUrl}}/nm/agents/idx/:idx/hex",
3493-
"host": [
3494-
"{{baseUrl}}"
3495-
],
3496-
"path": [
3497-
"nm",
3498-
"agents",
3499-
"idx",
3500-
":idx",
3501-
"hex"
3502-
],
3503-
"variable": [
3504-
{
3505-
"key": "idx",
3506-
"value": "veniam ut eu Excepteur",
3507-
"description": "(Required) "
3508-
}
3509-
]
3510-
}
3511-
},
3512-
"status": "OK",
3513-
"code": 200,
3514-
"_postman_previewlanguage": "json",
3515-
"header": [
3516-
{
3517-
"key": "Content-Type",
3518-
"value": "application/json"
3519-
}
3520-
],
3521-
"cookie": [],
3522-
"body": "{}"
3523-
},
3524-
{
3525-
"name": "Validation Error",
3526-
"originalRequest": {
3527-
"method": "PUT",
3528-
"header": [],
3529-
"body": {
3530-
"mode": "raw",
3531-
"raw": "{\n \"data\": \"dolore ut Lorem ea\"\n}",
3532-
"options": {
3533-
"raw": {
3534-
"language": "json"
3535-
}
3536-
}
3537-
},
3538-
"url": {
3539-
"raw": "{{baseUrl}}/nm/agents/idx/:idx/hex",
3540-
"host": [
3541-
"{{baseUrl}}"
3542-
],
3543-
"path": [
3544-
"nm",
3545-
"agents",
3546-
"idx",
3547-
":idx",
3548-
"hex"
3549-
],
3550-
"variable": [
3551-
{
3552-
"key": "idx",
3553-
"value": "veniam ut eu Excepteur",
3554-
"description": "(Required) "
3555-
}
3556-
]
3557-
}
3558-
},
3559-
"status": "Unprocessable Entity (WebDAV) (RFC 4918)",
3560-
"code": 422,
3561-
"_postman_previewlanguage": "json",
3562-
"header": [
3563-
{
3564-
"key": "Content-Type",
3565-
"value": "application/json"
3566-
}
3567-
],
3568-
"cookie": [],
3569-
"body": "{\n \"detail\": [\n {\n \"loc\": [\n \"eiusmod exercitation nulla occae\",\n \"Ut consequat irure quis id\"\n ],\n \"msg\": \"in Ut sed aliquip occaecat\",\n \"type\": \"cupidatat es\"\n },\n {\n \"loc\": [\n \"in ea in ex sit\",\n \"magna exercitation mollit dolore\"\n ],\n \"msg\": \"sit magna elit\",\n \"type\": \"ipsum adipisicing deserunt\"\n }\n ]\n}"
3570-
}
3571-
]
3572-
},
35733432
{
35743433
"name": "Nm Get Agents Info",
35753434
"request": {

0 commit comments

Comments
 (0)