Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae96a7e031
|
+1
-4
@@ -765,10 +765,7 @@ mod tests {
|
|||||||
assert_eq!(cli.mcp_add, Some("notion".to_string()));
|
assert_eq!(cli.mcp_add, Some("notion".to_string()));
|
||||||
assert!(matches!(cli.transport, Some(McpTransportArg::Http)));
|
assert!(matches!(cli.transport, Some(McpTransportArg::Http)));
|
||||||
assert_eq!(cli.url, Some("https://mcp.notion.com/mcp".to_string()));
|
assert_eq!(cli.url, Some("https://mcp.notion.com/mcp".to_string()));
|
||||||
assert_eq!(
|
assert_eq!(cli.header, vec!["Authorization: Bearer {{NOTION_TOKEN}}"]);
|
||||||
cli.header,
|
|
||||||
vec!["Authorization: Bearer {{NOTION_TOKEN}}"]
|
|
||||||
);
|
|
||||||
assert!(cli.mcp_command.is_empty());
|
assert!(cli.mcp_command.is_empty());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user