Skip to content

Commit eb799b9

Browse files
[autofix.ci] apply automated fixes
1 parent ab739e5 commit eb799b9

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/backend/tests/unit/api/v1/test_mcp_projects.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,13 +1064,7 @@ async def test_should_report_installed_true_when_config_file_contains_matching_u
10641064
# Write config files with matching URLs for all clients
10651065
project_id = user_test_project.id
10661066
for path in client_paths.values():
1067-
config = {
1068-
"mcpServers": {
1069-
"lf-test": {
1070-
"args": [f"https://langflow.local/api/v1/mcp/project/{project_id}/sse"]
1071-
}
1072-
}
1073-
}
1067+
config = {"mcpServers": {"lf-test": {"args": [f"https://langflow.local/api/v1/mcp/project/{project_id}/sse"]}}}
10741068
path.write_text(json.dumps(config))
10751069

10761070
response = await client.get(

0 commit comments

Comments
 (0)