Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicumicle committed Jan 20, 2025
1 parent 8d8b372 commit 7528abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CachedKeySetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function testInvalidHttpResponseThrowsException()
{
$this->expectException(\UnexpectedValueException::class);
$this->expectExceptionMessage('HTTP Error: 404 URL not found');
$this->expectExceptionCode(JwtExceptionInterface::CACHED_KEY_GET_JWK);
$this->expectExceptionCode(58);

$response = $this->prophesize('Psr\Http\Message\ResponseInterface');
$response->getStatusCode()
Expand Down

0 comments on commit 7528abe

Please sign in to comment.