mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix failing event tests
This commit is contained in:
@@ -125,7 +125,8 @@ class Functions extends Action
|
||||
path: '/',
|
||||
method: 'POST',
|
||||
headers: [
|
||||
'user-agent' => 'Appwrite/' . APP_VERSION_STABLE
|
||||
'user-agent' => 'Appwrite/' . APP_VERSION_STABLE,
|
||||
'content-type' => 'application/json'
|
||||
],
|
||||
data: null,
|
||||
user: $user,
|
||||
|
||||
Reference in New Issue
Block a user