Fix failing event tests

This commit is contained in:
Matej Bačo 2023-10-17 18:23:10 +02:00
parent 59052b4fd1
commit 8b6d050b0d

View file

@ -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,