diff --git a/tests/Application/AuthenticationTest.php b/tests/Application/AuthenticationTest.php index 794daf5..f9bb884 100644 --- a/tests/Application/AuthenticationTest.php +++ b/tests/Application/AuthenticationTest.php @@ -63,7 +63,7 @@ public function logoutWithValidCredentials() $result = $this->service->logout( $this->faker->shuffleString(), $this->faker->randomNumber(6), - $this->faker->uuid, + $this->faker->uuid ); $this->assertEmpty($result); @@ -83,7 +83,7 @@ public function logoutWithoutClientId() $result = $this->service->logout( $this->faker->shuffleString(), $this->faker->randomNumber(6), - $this->faker->uuid, + $this->faker->uuid ); $this->assertArrayHasKey('error', $result);