Skip to content

Commit

Permalink
Added new apple public identifier key
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Szulc committed Jan 25, 2022
1 parent 69f0d08 commit fe5abaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Auth/Jwt/JwtVerifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function testIfVerifyThrowsInvalidCryptographicAlgorithmExceptionWhenAlgo

$this->expectException(Exception\InvalidCryptographicAlgorithmException::class);
$this->expectExceptionMessage(
'Cryptographic algorithm `foo` is not supported. Supported algorithms: `86D88Kf,eXaunmL,YuyXoY`'
'Cryptographic algorithm `foo` is not supported. Supported algorithms: `86D88Kf,eXaunmL,YuyXoY,W6WcOKB`'
);
$this->jwtVerifier->verify($this->jwtTokenMock);
}
Expand Down

0 comments on commit fe5abaf

Please sign in to comment.