mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Fix failing event tests
This commit is contained in:
parent
59052b4fd1
commit
8b6d050b0d
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue