fmt: applied formatting

This commit is contained in:
2026-08-12 19:35:27 -06:00
parent 2658ca776e
commit ae96a7e031
+1 -4
View File
@@ -765,10 +765,7 @@ mod tests {
assert_eq!(cli.mcp_add, Some("notion".to_string()));
assert!(matches!(cli.transport, Some(McpTransportArg::Http)));
assert_eq!(cli.url, Some("https://mcp.notion.com/mcp".to_string()));
assert_eq!(
cli.header,
vec!["Authorization: Bearer {{NOTION_TOKEN}}"]
);
assert_eq!(cli.header, vec!["Authorization: Bearer {{NOTION_TOKEN}}"]);
assert!(cli.mcp_command.is_empty());
}