1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

fix: response filters

This commit is contained in:
Torsten Dittmann 2021-07-14 15:27:40 +02:00
parent 8660cf7977
commit 66c5aef358

View file

@ -47,7 +47,7 @@ class V06Test extends TestCase
$this->assertEquals($parsedResponse['$id'], '5e5ea5c16897e');
$this->assertEquals($parsedResponse['name'], 'John Doe');
$this->assertEquals($parsedResponse['registration'], 1592981250);
$this->assertEquals($parsedResponse['status'], true);
$this->assertEquals($parsedResponse['status'], 0);
$this->assertEquals($parsedResponse['email'], 'john@appwrite.io');
$this->assertEquals($parsedResponse['emailVerification'], false);
$this->assertEquals($parsedResponse['prefs'], ['theme' => 'pink', 'timezone' => 'UTC']);