diff --git a/src/lib/api/figshare.rs b/src/lib/api/figshare.rs index 3627bf0..cd6af3e 100644 --- a/src/lib/api/figshare.rs +++ b/src/lib/api/figshare.rs @@ -529,7 +529,7 @@ mod tests { }); // Define a sample title for the article - let mut api = FigShareAPI::new("Test Article", Some(server.url(""))).unwrap(); + let api = FigShareAPI::new("Test Article", Some(server.url(""))).unwrap(); info!("auth_keys: {:?}", api.token); // Call the create_article method