diff --git a/tests/Endpoints/ApplicationTest.php b/tests/Endpoints/ApplicationTest.php index b076212..fcf2ae0 100644 --- a/tests/Endpoints/ApplicationTest.php +++ b/tests/Endpoints/ApplicationTest.php @@ -75,7 +75,6 @@ public function testGetAll(): void $this->assertObjectHasProperty('id', $app); $this->assertObjectHasProperty('name', $app); $this->assertObjectHasProperty('description', $app); - $this->assertObjectHasProperty('token', $app); } } diff --git a/tests/Endpoints/ClientTest.php b/tests/Endpoints/ClientTest.php index b83680b..a154e83 100644 --- a/tests/Endpoints/ClientTest.php +++ b/tests/Endpoints/ClientTest.php @@ -70,7 +70,6 @@ public function testGetAll(): void $this->assertObjectHasProperty('id', $client); $this->assertObjectHasProperty('name', $client); - $this->assertObjectHasProperty('token', $client); $this->assertObjectHasProperty('lastUsed', $client); } }