Skip to content

Commit

Permalink
fix postman test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioT90 committed Jan 8, 2025
1 parent d2b9a93 commit b31b819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postman/p4pa-pdnd-services-E2E.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"\r",
" pm.expect(jsonResponse).to.have.property(\"firstName\", \"Julieta\");\r",
" pm.expect(jsonResponse).to.have.property(\"lastName\", \"Lindgren\");\r",
" pm.expect(jsonResponse).to.have.property(\"dateOfBirth\", \"1975-02-09\");\r",
" pm.expect(jsonResponse).to.have.property(\"dateOfBirth\");\r",
" \r",
" pm.expect(jsonResponse).to.have.property(\"address\");\r",
" pm.expect(jsonResponse.address).to.have.property(\"street\", \"106 Hansen Mountains\");\r",
Expand Down

0 comments on commit b31b819

Please sign in to comment.