1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

Updated tests

This commit is contained in:
Eldad Fux 2020-11-12 14:11:17 +02:00
parent 0ff73596b3
commit 4d57d08ff9

View file

@ -648,7 +648,6 @@ trait AccountBase
$this->assertEquals(201, $response['headers']['status-code']);
$this->assertNotEmpty($response['body']['$id']);
$this->assertEquals(2, $response['body']['type']);
$this->assertIsNumeric($response['body']['expire']);
$lastEmail = $this->getLastEmail();
@ -940,7 +939,6 @@ trait AccountBase
$this->assertEquals(201, $response['headers']['status-code']);
$this->assertNotEmpty($response['body']['$id']);
$this->assertEquals(3, $response['body']['type']);
$this->assertIsNumeric($response['body']['expire']);
$lastEmail = $this->getLastEmail();