1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00
This commit is contained in:
Matej Bačo 2023-09-24 14:38:33 +02:00
parent fee30e0239
commit 303c8a16ca

View file

@ -1294,6 +1294,9 @@ class FunctionsCustomServerTest extends Scope
$this->assertEquals(200, $deployment['headers']['status-code']);
// Wait a little for activation to finish
sleep(5);
// Create user to trigger event
$user = $this->client->call(Client::METHOD_POST, '/users', array_merge([
'content-type' => 'application/json',