Skip to content

Commit

Permalink
Updated Writable profile extension tests to match camel case naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcelhanon committed Dec 13, 2023
1 parent b5ae688 commit 5fd2d9f
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5805,7 +5805,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"Sample\": {\r\n \"firstPetOwnedDate\": \"2000-01-01\",\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": false\r\n }\r\n ],\r\n \"petPreference\": {\r\n \"minimumWeight\": 20,\r\n \"maximumWeight\": 35\r\n }\r\n }\r\n }\r\n}",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"sample\": {\r\n \"firstPetOwnedDate\": \"2000-01-01\",\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": false\r\n }\r\n ],\r\n \"petPreference\": {\r\n \"minimumWeight\": 20,\r\n \"maximumWeight\": 35\r\n }\r\n }\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -5865,7 +5865,7 @@
],
"body": {
"mode": "raw",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"Sample\": {\r\n \"petPreference\": {\r\n \"maximumWeight\": 200,\r\n \"minimumWeight\": 100\r\n },\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": true\r\n }\r\n ]\r\n }\r\n }\r\n}",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"sample\": {\r\n \"petPreference\": {\r\n \"maximumWeight\": 200,\r\n \"minimumWeight\": 100\r\n },\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": true\r\n }\r\n ]\r\n }\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -5904,7 +5904,7 @@
"",
"pm.test(\"Should not have updated the extension data\", () => {",
" pm.expect(responseItem._ext).to.deep.equal({",
" \"Sample\": {",
" \"sample\": {",
" \"firstPetOwnedDate\": \"2000-01-01\",",
" \"petPreference\": {",
" \"maximumWeight\": 35,",
Expand Down Expand Up @@ -5987,7 +5987,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"Sample\": {\r\n \"firstPetOwnedDate\": \"2000-01-01\",\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": false\r\n }\r\n ],\r\n \"petPreference\": {\r\n \"minimumWeight\": 20,\r\n \"maximumWeight\": 35\r\n }\r\n }\r\n }\r\n}",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"sample\": {\r\n \"firstPetOwnedDate\": \"2000-01-01\",\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": false\r\n }\r\n ],\r\n \"petPreference\": {\r\n \"minimumWeight\": 20,\r\n \"maximumWeight\": 35\r\n }\r\n }\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -6047,7 +6047,7 @@
],
"body": {
"mode": "raw",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"Sample\": {\r\n \"petPreference\": {\r\n \"maximumWeight\": 135,\r\n \"minimumWeight\": 120\r\n },\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": true\r\n }\r\n ]\r\n }\r\n }\r\n}",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"sample\": {\r\n \"petPreference\": {\r\n \"maximumWeight\": 135,\r\n \"minimumWeight\": 120\r\n },\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": true\r\n }\r\n ]\r\n }\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -6086,7 +6086,7 @@
"",
"pm.test(\"Should not have updated the extension data\", () => {",
" pm.expect(responseItem._ext).to.deep.equal({",
" \"Sample\": {",
" \"sample\": {",
" \"firstPetOwnedDate\": \"2000-01-01\",",
" \"petPreference\": {",
" \"maximumWeight\": 35,",
Expand Down Expand Up @@ -6169,7 +6169,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"Sample\": {\r\n \"firstPetOwnedDate\": \"2000-01-01\",\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": false\r\n }\r\n ],\r\n \"petPreference\": {\r\n \"minimumWeight\": 20,\r\n \"maximumWeight\": 35\r\n }\r\n }\r\n }\r\n}",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"sample\": {\r\n \"firstPetOwnedDate\": \"2000-01-01\",\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": false\r\n }\r\n ],\r\n \"petPreference\": {\r\n \"minimumWeight\": 20,\r\n \"maximumWeight\": 35\r\n }\r\n }\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -6229,7 +6229,7 @@
],
"body": {
"mode": "raw",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"Sample\": {\r\n \"firstPetOwnedDate\": \"2020-02-02\",\r\n \"petPreference\": {\r\n \"maximumWeight\": 200,\r\n \"minimumWeight\": 100\r\n },\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": true\r\n }\r\n ]\r\n }\r\n }\r\n}",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"sample\": {\r\n \"firstPetOwnedDate\": \"2020-02-02\",\r\n \"petPreference\": {\r\n \"maximumWeight\": 200,\r\n \"minimumWeight\": 100\r\n },\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": true\r\n }\r\n ]\r\n }\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -6268,7 +6268,7 @@
"",
"pm.test(\"Should not have only updated the included extension elements\", () => {",
" pm.expect(responseItem._ext).to.deep.equal({",
" \"Sample\": {",
" \"sample\": {",
" \"firstPetOwnedDate\": \"2020-02-02\",",
" \"petPreference\": {",
" \"maximumWeight\": 35,",
Expand Down Expand Up @@ -6351,7 +6351,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"Sample\": {\r\n \"firstPetOwnedDate\": \"2000-01-01\",\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": false\r\n }\r\n ],\r\n \"petPreference\": {\r\n \"minimumWeight\": 20,\r\n \"maximumWeight\": 35\r\n }\r\n }\r\n }\r\n}",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"sample\": {\r\n \"firstPetOwnedDate\": \"2000-01-01\",\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": false\r\n }\r\n ],\r\n \"petPreference\": {\r\n \"minimumWeight\": 20,\r\n \"maximumWeight\": 35\r\n }\r\n }\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -6411,7 +6411,7 @@
],
"body": {
"mode": "raw",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"Sample\": {\r\n \"firstPetOwnedDate\": \"2020-02-02\",\r\n \"petPreference\": {\r\n \"maximumWeight\": 200,\r\n \"minimumWeight\": 100\r\n },\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": true\r\n }\r\n ]\r\n }\r\n }\r\n}",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"sample\": {\r\n \"firstPetOwnedDate\": \"2020-02-02\",\r\n \"petPreference\": {\r\n \"maximumWeight\": 200,\r\n \"minimumWeight\": 100\r\n },\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": true\r\n }\r\n ]\r\n }\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -6450,7 +6450,7 @@
"",
"pm.test(\"Should not have only updated the included extension elements\", () => {",
" pm.expect(responseItem._ext).to.deep.equal({",
" \"Sample\": {",
" \"sample\": {",
" \"firstPetOwnedDate\": \"2000-01-01\",",
" \"pets\": [",
" {",
Expand Down Expand Up @@ -6533,7 +6533,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"Sample\": {\r\n \"firstPetOwnedDate\": \"2000-01-01\",\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": false\r\n }\r\n ],\r\n \"petPreference\": {\r\n \"minimumWeight\": 20,\r\n \"maximumWeight\": 35\r\n }\r\n }\r\n }\r\n}",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"sample\": {\r\n \"firstPetOwnedDate\": \"2000-01-01\",\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": false\r\n }\r\n ],\r\n \"petPreference\": {\r\n \"minimumWeight\": 20,\r\n \"maximumWeight\": 35\r\n }\r\n }\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -6593,7 +6593,7 @@
],
"body": {
"mode": "raw",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"Sample\": {\r\n \"firstPetOwnedDate\": \"2020-02-02\",\r\n \"petPreference\": {\r\n \"maximumWeight\": 200,\r\n \"minimumWeight\": 100\r\n },\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": true\r\n }\r\n ]\r\n }\r\n }\r\n}",
"raw": "{\r\n \"staffUniqueId\": \"{{supplied:staffUniqueId}}\",\r\n \"firstName\": \"John\",\r\n \"lastSurname\": \"Doe\",\r\n \"_ext\": {\r\n \"sample\": {\r\n \"firstPetOwnedDate\": \"2020-02-02\",\r\n \"petPreference\": {\r\n \"maximumWeight\": 200,\r\n \"minimumWeight\": 100\r\n },\r\n \"pets\": [\r\n {\r\n \"petName\": \"Rex\",\r\n \"isFixed\": true\r\n }\r\n ]\r\n }\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -6632,7 +6632,7 @@
"",
"pm.test(\"Should not have only updated the included extension elements\", () => {",
" pm.expect(responseItem._ext).to.deep.equal({",
" \"Sample\": {",
" \"sample\": {",
" \"firstPetOwnedDate\": \"2000-01-01\",",
" \"pets\": [",
" {",
Expand Down

0 comments on commit 5fd2d9f

Please sign in to comment.