fix(onboard): refresh MiniMax defaults and endpoint (#299)
This commit is contained in:
parent
3fd901a5ec
commit
8882746ced
6 changed files with 168 additions and 7 deletions
|
|
@ -558,7 +558,7 @@ mod tests {
|
|||
use std::path::Path;
|
||||
use tempfile::TempDir;
|
||||
|
||||
fn test_tool(dir: &Path) -> GitOperationsTool {
|
||||
fn test_tool(dir: &std::path::Path) -> GitOperationsTool {
|
||||
let security = Arc::new(SecurityPolicy {
|
||||
autonomy: AutonomyLevel::Supervised,
|
||||
..SecurityPolicy::default()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue