From 219f5f083b0d6d36fe8a1799553f22540b09a974 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode <123783602+HolgerHatGarKeineNode@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:34:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Expect=20201=20Created=20from=20?= =?UTF-8?q?Passport=20dynamic=20client=20registration=20(RFC=207591)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/Feature/Mcp/OAuthMcpTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/Mcp/OAuthMcpTest.php b/tests/Feature/Mcp/OAuthMcpTest.php index c3d452c..e29a587 100644 --- a/tests/Feature/Mcp/OAuthMcpTest.php +++ b/tests/Feature/Mcp/OAuthMcpTest.php @@ -43,7 +43,7 @@ it('lets a permitted client register dynamically', function () { 'client_name' => 'Claude', 'redirect_uris' => ['https://claude.ai/api/mcp/auth_callback'], ]) - ->assertOk() + ->assertCreated() ->assertJsonStructure(['client_id', 'redirect_uris', 'scope']) ->assertJsonPath('scope', 'mcp:use'); });