Added custom error message in message_inbox testcase
This commit is contained in:
parent
5771f21cfb
commit
154ecc410c
|
@ -103,6 +103,7 @@ class TestAPI(TestAPIProto):
|
|||
len(json.loads(
|
||||
self.api.getAllInboxMessages())["inboxMessages"]),
|
||||
4,
|
||||
# Custom AssertError message for details
|
||||
json.loads(self.api.getAllInboxMessages())["inboxMessages"]
|
||||
)
|
||||
self.assertEqual(
|
||||
|
|
Reference in New Issue
Block a user