We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90277a commit 8d8b372Copy full SHA for 8d8b372
tests/CachedKeySetTest.php
@@ -92,7 +92,7 @@ public function testInvalidHttpResponseThrowsException()
92
{
93
$this->expectException(\UnexpectedValueException::class);
94
$this->expectExceptionMessage('HTTP Error: 404 URL not found');
95
- $this->expectExceptionCode(404);
+ $this->expectExceptionCode(JwtExceptionInterface::CACHED_KEY_GET_JWK);
96
97
$response = $this->prophesize('Psr\Http\Message\ResponseInterface');
98
$response->getStatusCode()
0 commit comments