Skip to content

Commit a1e7323

Browse files
committed
cargo fmt
1 parent ca5764c commit a1e7323

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/integration-cli.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,8 +1022,7 @@ fn mcp_tool_call_error_returns_json_rpc_error_and_keeps_server_alive() {
10221022
.json_body(news_category_metadata());
10231023
});
10241024
let _categories = server.mock(|when, then| {
1025-
when.method(GET)
1026-
.path("/api/batches/batch-1/categories");
1025+
when.method(GET).path("/api/batches/batch-1/categories");
10271026
then.status(200)
10281027
.header("content-type", "application/json")
10291028
.json_body(news_batch_categories());

0 commit comments

Comments
 (0)