Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Event not being triggered when a new account is created through OAuth #2421

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update FunctionsCustomServerTest.php
  • Loading branch information
PineappleIOnic committed Nov 18, 2021
commit 21fd0657c994dec98795abdfffdec6193548d825
2 changes: 2 additions & 0 deletions tests/e2e/Services/Functions/FunctionsCustomServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ public function testOAuthCreateEvent($data):array
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertEquals('success', $response['body']['result']);

sleep(5);

// Check if function got executed.

// Get latest execution logs
Expand Down