Skip to content

Commit 7ade1cd

Browse files
Update fake endpoint
1 parent 0a0ed8d commit 7ade1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/OpenIDConfiguration/OpenIDConfigurationLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public function testConfigurationIsLoadedMultipleTimesWhenCacheStoreIsNull(): vo
226226
protected function fakeSuccessfulResponse(): void
227227
{
228228
Http::fake([
229-
'https://provider.rdobeheer.nl/*' => Http::response([
229+
'https://provider.rdobeheer.nl/.well-known/openid-configuration' => Http::response([
230230
"version" => "3.0",
231231
"token_endpoint_auth_methods_supported" => [
232232
"none"

0 commit comments

Comments
 (0)