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 7656101 commit 39c7678Copy full SHA for 39c7678
tests/file_manager/handlers.rs
@@ -154,7 +154,7 @@ async fn get_file_success() {
154
.unwrap()
155
.to_str()
156
.unwrap();
157
- assert_eq!(content_type, "text/html; charset=UTF-8");
+ assert_eq!(content_type, "text/plain; charset=UTF-8");
158
159
let file_content = response.text().await.unwrap();
160
assert_eq!(
0 commit comments