File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"info": {
3
- "_postman_id": "60490ab3-d1fa-40a4-a43e-75d0f60f60fe ",
3
+ "_postman_id": "ca243c01-e6a0-408c-97a9-3e326903fdfc ",
4
4
"name": "topcoder-challenge-api",
5
5
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6
6
},
2971
2971
"response": []
2972
2972
},
2973
2973
{
2974
- "name": "failure create missing parameter 400",
2974
+ "name": "failure create missing parameter name 400",
2975
2975
"event": [
2976
2976
{
2977
2977
"listen": "test",
14084
14084
}
14085
14085
],
14086
14086
"url": {
14087
- "raw": "{{URL}}/challengeTimelines? ",
14087
+ "raw": "{{URL}}/challengeTimelines",
14088
14088
"host": [
14089
14089
"{{URL}}"
14090
14090
],
14967
14967
"script": {
14968
14968
"id": "4ea1db72-9445-4dae-a372-fcd7c8c9de80",
14969
14969
"exec": [
14970
- "pm.test(\"Status code is 200 \", function () {",
14971
- " pm.response.to.have.status(200 );",
14970
+ "pm.test(\"Status code is 401 \", function () {",
14971
+ " pm.response.to.have.status(401 );",
14972
14972
"});"
14973
14973
],
14974
14974
"type": "text/javascript"
23525
23525
}
23526
23526
],
23527
23527
"protocolProfileBehavior": {}
23528
- }
23528
+ }
You can’t perform that action at this time.
0 commit comments