8000 Changed test name in Postman collection. · lalit-96/testing-python-apps@52efb0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 52efb0b

Browse files
committed
Changed test name in Postman collection.
1 parent 8279cc0 commit 52efb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

section5/stores-rest-api.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"tests[\"Status code is 200\"] = responseCode.code === 200;",
6565
"tests[\"Body contains access_token\"] = responseBody.has(\"ac 5C99 cess_token\");",
6666
"",
67-
"tests[\"Response time is less than 200ms\"] = responseTime < 150;",
67+
"tests[\"Response time is less than 150ms\"] = responseTime < 150;",
6868
"",
6969
"tests[\"Content-Type is present\"] = postman.getResponseHeader(\"Content-Type\");",
7070
"tests[\"Content-Type is 'application/json'\"] = postman.getResponseHeader(\"Content-Type\") === 'application/json';"

0 commit comments

Comments
 (0)
0