mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Fix more tests
This commit is contained in:
parent
0fe072b17b
commit
f51900a69c
2 changed files with 5 additions and 5 deletions
8
composer.lock
generated
8
composer.lock
generated
|
|
@ -3682,12 +3682,12 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/utopia-php/http.git",
|
"url": "https://github.com/utopia-php/http.git",
|
||||||
"reference": "0d535f3820a0a73b5ba03c5af27b83c0694d8368"
|
"reference": "a1efe3e10038afe4109af833ce7a25a8ec4b5ed2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/utopia-php/http/zipball/0d535f3820a0a73b5ba03c5af27b83c0694d8368",
|
"url": "https://api.github.com/repos/utopia-php/http/zipball/a1efe3e10038afe4109af833ce7a25a8ec4b5ed2",
|
||||||
"reference": "0d535f3820a0a73b5ba03c5af27b83c0694d8368",
|
"reference": "a1efe3e10038afe4109af833ce7a25a8ec4b5ed2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -3721,7 +3721,7 @@
|
||||||
"issues": "https://github.com/utopia-php/http/issues",
|
"issues": "https://github.com/utopia-php/http/issues",
|
||||||
"source": "https://github.com/utopia-php/http/tree/fix-prevent-duplicate-compression"
|
"source": "https://github.com/utopia-php/http/tree/fix-prevent-duplicate-compression"
|
||||||
},
|
},
|
||||||
"time": "2024-12-02T16:47:45+00:00"
|
"time": "2025-02-03T12:02:35+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "utopia-php/image",
|
"name": "utopia-php/image",
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ class ScheduleExecutions extends ScheduleBase
|
||||||
$queueForFunctions->setType('schedule')
|
$queueForFunctions->setType('schedule')
|
||||||
// Set functionId instead of function as we don't have $dbForProject
|
// Set functionId instead of function as we don't have $dbForProject
|
||||||
// TODO: Refactor to use function instead of functionId
|
// TODO: Refactor to use function instead of functionId
|
||||||
->setFunctionId($schedule['resource']['functionId'])
|
->setFunctionId($schedule['resource']['resourceId'])
|
||||||
->setExecution($schedule['resource'])
|
->setExecution($schedule['resource'])
|
||||||
->setMethod($data['method'] ?? 'POST')
|
->setMethod($data['method'] ?? 'POST')
|
||||||
->setPath($data['path'] ?? '/')
|
->setPath($data['path'] ?? '/')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue