vlucas/frisby

how i can expect not stringfied json object

amrsa1 opened this issue · 0 comments

i need to expect not value for specific key

Body: {"resultList":[{"id":87138,"userId":"thetesdster@thesdsdsemso.com","accountId":"12345","name":"AnalyticsSetting...

how i can add assertion .expectNot('bodyContains',''resultList.?',{"id":87138})
since it doesnt work its passing and supposed to fail

.get('https://devsdsd.com/api/settings/user-settings')
.inspectBody()
// .expectNot('bodyContains',{"id":87138})