mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge pull request #10875 from appwrite/fix-wrong-user-type
Add teamId to project array in e2e test
This commit is contained in:
commit
95abe61bab
1 changed files with 1 additions and 1 deletions
|
|
@ -856,7 +856,7 @@ App::shutdown()
|
|||
*
|
||||
* Therefore, we consider this an anonymous request and create a relevant user.
|
||||
*/
|
||||
$user = new Document([
|
||||
$user = new User([
|
||||
'$id' => '',
|
||||
'status' => true,
|
||||
'type' => ACTIVITY_TYPE_GUEST,
|
||||
|
|
|
|||
Loading…
Reference in a new issue