mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-07-02 09:00:23 +00:00
🔧 Expect 201 Created from Passport dynamic client registration (RFC 7591)
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user