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 11{
22 "info": {
3- "_postman_id": "60490ab3-d1fa-40a4-a43e-75d0f60f60fe ",
3+ "_postman_id": "ca243c01-e6a0-408c-97a9-3e326903fdfc ",
44 "name": "topcoder-challenge-api",
55 "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
66 },
29712971 "response": []
29722972 },
29732973 {
2974- "name": "failure create missing parameter 400",
2974+ "name": "failure create missing parameter name 400",
29752975 "event": [
29762976 {
29772977 "listen": "test",
1408414084 }
1408514085 ],
1408614086 "url": {
14087- "raw": "{{URL}}/challengeTimelines? ",
14087+ "raw": "{{URL}}/challengeTimelines",
1408814088 "host": [
1408914089 "{{URL}}"
1409014090 ],
1496714967 "script": {
1496814968 "id": "4ea1db72-9445-4dae-a372-fcd7c8c9de80",
1496914969 "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 );",
1497214972 "});"
1497314973 ],
1497414974 "type": "text/javascript"
2352523525 }
2352623526 ],
2352723527 "protocolProfileBehavior": {}
23528- }
23528+ }
You can’t perform that action at this time.
0 commit comments