Skip to content

Commit 0191dd1

Browse files
committed
Update unit test
Signed-off-by: Sid Murching <sid.murching@databricks.com>
1 parent 6a84a2f commit 0191dd1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,4 @@ cython_debug/
168168
.vscode/
169169
.windsurfrules
170170
**/CLAUDE.local.md
171+
.idea

tests/client/test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ async def callback_handler() -> tuple[str, str | None]:
208208
return "test_auth_code", "test_state"
209209

210210
provider = OAuthClientProvider(
211-
server_url="https://api.example.com",
211+
server_url="https://api.example.com/api/2.0/mcp",
212212
client_metadata=client_metadata,
213213
storage=mock_storage,
214214
redirect_handler=redirect_handler,

0 commit comments

Comments
 (0)