Fix chat assertion

This commit is contained in:
2026-03-11 08:40:58 -06:00
parent 26ba6e3695
commit 2b5ea87e88

View File

@@ -2590,7 +2590,8 @@
" pm.response.to.have.status(201);",
"});",
"var jsonData = pm.response.json();",
"pm.expect(jsonData.senderRole).to.eql('STAFF');"
"pm.expect(jsonData.senderId).to.exist;",
"pm.expect(jsonData.content).to.eql('Reply from Postman');"
]
}
}