1
0
Fork 0
mirror of synced 2024-06-23 08:40:58 +12:00

Prove user prefs update before webhook

This commit is contained in:
kodumbeats 2021-03-08 15:48:45 -05:00
parent 68b1511672
commit 0d75dd3623

View file

@ -203,6 +203,8 @@ class WebhooksCustomServerTest extends Scope
]);
$this->assertEquals($user['headers']['status-code'], 200);
$this->assertEquals($user['body']['a'], 'b');
$webhook = $this->getLastRequest();
$this->assertEquals($webhook['method'], 'POST');