Skip to content

Commit

Permalink
Merge pull request #354 from turingschool/2405_b3
Browse files Browse the repository at this point in the history
Fix postman test suite typo
  • Loading branch information
jamisonordway authored May 13, 2024
2 parents 094a280 + 98e1a35 commit 0cefc3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
"",
" // test values",
" pm.expect(payload.data.type).to.eq(\"vendor\")",
" pm.expect(payload.data.id).to.eq(pm.globals.get('first_vendor_id').toString())",
" pm.expect(payload.data.id).to.eq(pm.globals.get('vendor_id').toString())",
" pm.expect(payload.data.attributes.name).to.eq(pm.globals.get('vendor_name'))",
" pm.expect(payload.data.attributes.description).to.eq(pm.globals.get('vendor_description'))",
" pm.expect(payload.data.attributes.contact_name).to.eq(pm.globals.get('vendor_contact_name'))",
Expand Down

0 comments on commit 0cefc3f

Please sign in to comment.