Skip to content

Commit

Permalink
Update TempAPI.postman_collection.json (#27053)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsh1k authored and dsolistorres committed Feb 9, 2024
1 parent 9b63505 commit c21eed3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dotCMS/src/curl-test/TempAPI.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
" ",
"});",
"",
"pm.test('File size exceeded', () => {",
" // Check if the response body contains the error message",
" pm.expect(pm.response.text()).to.include('Invalid Binary Part, Message: The maximum file size for this field is 1024.0 K.');",
"});",
"",
""
],
"type": "text/javascript"
Expand Down Expand Up @@ -242,4 +247,4 @@
"response": []
}
]
}
}

0 comments on commit c21eed3

Please sign in to comment.