We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5764c commit a1e7323Copy full SHA for a1e7323
1 file changed
tests/integration-cli.rs
@@ -1022,8 +1022,7 @@ fn mcp_tool_call_error_returns_json_rpc_error_and_keeps_server_alive() {
1022
.json_body(news_category_metadata());
1023
});
1024
let _categories = server.mock(|when, then| {
1025
- when.method(GET)
1026
- .path("/api/batches/batch-1/categories");
+ when.method(GET).path("/api/batches/batch-1/categories");
1027
then.status(200)
1028
.header("content-type", "application/json")
1029
.json_body(news_batch_categories());
0 commit comments