1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

poke travis

This commit is contained in:
Torsten Dittmann 2021-10-05 14:32:22 +02:00
parent b1bb92b305
commit 5f7e9a5f75

View file

@ -95,7 +95,6 @@ trait UsersBase
]);
$this->assertEquals($response['headers']['status-code'], 200);
$this->assertNotEmpty($response['body']);
$this->assertNotEmpty($response['body']['users']);
$this->assertCount(1, $response['body']['users']);