Skip to content

Commit 903b52a

Browse files
rootclaude
andcommitted
fix: correct token value in test to match expected value
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dc94847 commit 903b52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mcp_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ async def test_handle_ingest_repository_all_args(self) -> None:
191191
"branch": "develop",
192192
"include_gitignored": True,
193193
"include_submodules": True,
194-
"token": "ghp_test_token",
194+
"token": "test_token_123",
195195
}
196196

197197
result = await _handle_ingest_repository(args)

0 commit comments

Comments
 (0)