Skip to content

Commit

Permalink
Update ame.postman_collection.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michelu89 committed Jun 19, 2024
1 parent 193754c commit 6726fbf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions aspect-model-editor-runtime/postman/ame.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -1367,15 +1367,15 @@
"});\r",
"pm.test(\"Response body is valid\", function () {\r",
" const jsonData = pm.response.text();\r",
" pm.expect(jsonData).to.include(\"openapi: 3.0.3\");\r",
" pm.expect(jsonData).to.include(\"title: movement\");\r",
" pm.expect(jsonData).to.include(\"version: v1\");\r",
" pm.expect(jsonData).to.include(\"url: http://www.test.com/api/v1\");\r",
" pm.expect(jsonData).to.include(\"\\\"openapi\\\" : \\\"3.0.3\\\"\");\r",
" pm.expect(jsonData).to.include(\"\\\"title\\\" : \\\"movement\\\"\");\r",
" pm.expect(jsonData).to.include(\"\\\"version\\\" : \\\"v1.0.0\\\"\");\r",
" pm.expect(jsonData).to.include(\"\\\"url\\\" : \\\"http://www.test.com/api/v1.0.0\\\"\");\r",
"\r",
" pm.expect(jsonData).to.include(\"get:\");\r",
" pm.expect(jsonData).to.include(\"post:\");\r",
" pm.expect(jsonData).to.include(\"put:\");\r",
" pm.expect(jsonData).to.include(\"patch:\");\r",
" pm.expect(jsonData).to.include(\"\\\"get\\\"\" :\");\r",
" pm.expect(jsonData).to.include(\"\\\"post\\\"\" :\");\r",
" pm.expect(jsonData).to.include(\"\\\"put\\\"\" :\");\r",
" pm.expect(jsonData).to.include(\"\\\"patch\\\" :\");\r",
"});"
],
"type": "text/javascript",
Expand Down

0 comments on commit 6726fbf

Please sign in to comment.