diff --git a/tests/Unit/RequestValidatorTest.php b/tests/Unit/RequestValidatorTest.php index a0b419f5..31f38774 100644 --- a/tests/Unit/RequestValidatorTest.php +++ b/tests/Unit/RequestValidatorTest.php @@ -109,7 +109,7 @@ public function testExpiredRequest() const ERROR_MAP = [ "invalid jwt: signing method none is invalid" => "Algorithm not supported", - "invalid jwt: claim nbf is in the future" => "Cannot handle token prior to", + "invalid jwt: claim nbf is in the future" => "Cannot handle token with nbf prior to", "invalid jwt: claim exp is in the past" => "Expired token", "invalid jwt: signature is invalid" => "Signature verification failed" ];