We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3922ebf commit f2bc0beCopy full SHA for f2bc0be
tests/file_manager/handlers.rs
@@ -403,9 +403,8 @@ async fn update_filename_success() {
403
// Modify file
404
let client = reqwest::Client::new();
405
let new_filename = "aplusb-AC.py";
406
- let old_filename = filename;
407
let update_data = serde_json::json!({
408
- "old_filename": old_filename,
+ "old_filename": filename,
409
"new_filename": new_filename
410
});
411
0 commit comments