Skip to content

Commit 44b42b8

Browse files
Fix test
1 parent 498e82c commit 44b42b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/topcoder-challenge-api.postman_collection.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
},
@@ -2971,7 +2971,7 @@
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",
@@ -14084,7 +14084,7 @@
1408414084
}
1408514085
],
1408614086
"url": {
14087-
"raw": "{{URL}}/challengeTimelines?",
14087+
"raw": "{{URL}}/challengeTimelines",
1408814088
"host": [
1408914089
"{{URL}}"
1409014090
],
@@ -14967,8 +14967,8 @@
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"
@@ -23525,4 +23525,4 @@
2352523525
}
2352623526
],
2352723527
"protocolProfileBehavior": {}
23528-
}
23528+
}

0 commit comments

Comments
 (0)