Skip to content

Commit

Permalink
#27302 upd postman
Browse files Browse the repository at this point in the history
  • Loading branch information
jdotcms committed Jan 16, 2024
1 parent 9df254b commit 941e501
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dotCMS/src/curl-test/EMA.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"listen": "test",
"script": {
"exec": [
"pm.test(\"User FE has not access to EMA\", function () {",
"pm.test(\"Delete1 ok EMA\", function () {",
" pm.response.to.have.status(200);",
"",
" ",
Expand Down Expand Up @@ -157,7 +157,7 @@
"listen": "test",
"script": {
"exec": [
"pm.test(\"User FE has not access to EMA\", function () {",
"pm.test(\"Delete2 ok EMA\", function () {",
" pm.response.to.have.status(200);",
"",
" ",
Expand Down Expand Up @@ -430,7 +430,7 @@
"listen": "test",
"script": {
"exec": [
"pm.test(\"User FE has not access to EMA\", function () {",
"pm.test(\"Delete3 ok EMA\", function () {",
" pm.response.to.have.status(200);",
"",
" ",
Expand Down Expand Up @@ -631,7 +631,7 @@
"listen": "test",
"script": {
"exec": [
"pm.test(\"User FE has not access to EMA\", function () {",
"pm.test(\"User BE has not access to EMA\", function () {",
" pm.response.to.have.status(200);",
"",
" ",
Expand Down

0 comments on commit 941e501

Please sign in to comment.