Skip to content

Commit 8d8b372

Browse files
committed
Fix tests
1 parent c90277a commit 8d8b372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CachedKeySetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function testInvalidHttpResponseThrowsException()
9292
{
9393
$this->expectException(\UnexpectedValueException::class);
9494
$this->expectExceptionMessage('HTTP Error: 404 URL not found');
95-
$this->expectExceptionCode(404);
95+
$this->expectExceptionCode(JwtExceptionInterface::CACHED_KEY_GET_JWK);
9696

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

0 commit comments

Comments
 (0)