diff --git a/src/tests/Feature/Controller/WellKnownTest.php b/src/tests/Feature/Controller/WellKnownTest.php --- a/src/tests/Feature/Controller/WellKnownTest.php +++ b/src/tests/Feature/Controller/WellKnownTest.php @@ -11,7 +11,7 @@ */ public function testOpenidConfiguration(): void { - $href = 'https://' . \config('app.domain'); + $href = 'http://' . \config('app.domain'); $response = $this->get('.well-known/openid-configuration'); $response->assertStatus(200)