Skip to content

Commit

Permalink
#21697 fixing a curl test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdotcms committed Apr 14, 2022
1 parent cd61dfb commit a02b5ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotCMS/src/curl-test/ContentTypeResourceTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -1337,8 +1337,8 @@
"pm.test(\"Content Type has the provided name\", function() {",
" pm.expect(contentType.name).to.eql(\"File Asset Copy\");",
"});",
"pm.test(\"Content Type should have 10 fields\", function() {",
" pm.expect(contentType.fields.length).to.eql(10);",
"pm.test(\"Content Type should have 9 fields\", function() {",
" pm.expect(contentType.fields.length).to.eql(9);",
"});"
],
"type": "text/javascript"
Expand Down

0 comments on commit a02b5ce

Please sign in to comment.