1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Fix tests

This commit is contained in:
Jake Barnby 2024-02-27 00:44:46 +13:00
parent 7945f1398f
commit 518a9fef73
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -800,6 +800,7 @@ trait MessagingBase
'messageId' => ID::unique(),
'subject' => 'New blog post',
'content' => 'Check out the new blog post at http://localhost',
'draft' => true
]);
$this->assertEquals(201, $response['headers']['status-code']);
@ -868,6 +869,7 @@ trait MessagingBase
'targets' => [$targetId1, $targetId2],
'subject' => 'New blog post',
'content' => 'Check out the new blog post at http://localhost',
'draft' => true
]);
$this->assertEquals(201, $response['headers']['status-code']);