Skip to content

Commit

Permalink
Merge pull request #23 from AzimoLabs/added-new-public-key
Browse files Browse the repository at this point in the history
Added new apple public identifier key - fixed tests
  • Loading branch information
hywak committed Jan 25, 2022
2 parents 69f0d08 + fe5abaf commit c1f54a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Auth/Jwt/JwtVerifierTest.php
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 c1f54a0

Please sign in to comment.