Skip to content

Commit 2b06bdf

Browse files
Emmanuel TissandierEmmanuel Tissandier
authored andcommitted
clean up
Signed-off-by: Emmanuel Tissandier <Emmanuel.Tissandier@fr.ibm.com>
1 parent 05737f2 commit 2b06bdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/mcpgateway/services/test_tool_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2179,7 +2179,7 @@ async def test_invoke_tool_rest_parameter_substitution(self, tool_service, mock_
21792179
@pytest.mark.asyncio
21802180
async def test_invoke_tool_rest_post_with_path_query_and_body_params(self, tool_service, mock_tool, mock_global_config_obj, test_db):
21812181
"""Test POST request with path parameters, query parameters (with templates), and body parameters.
2182-
2182+
21832183
This test demonstrates the complete parameter handling:
21842184
- Path parameters (e.g., {user_id}) are substituted into the URL path
21852185
- Query parameters can also use templates (e.g., ?api_key={api_key})

0 commit comments

Comments
 (0)