Skip to content

Commit 39c7678

Browse files
committed
test: Change content-type to text/plain
1 parent 7656101 commit 39c7678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/file_manager/handlers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ async fn get_file_success() {
154154
.unwrap()
155155
.to_str()
156156
.unwrap();
157-
assert_eq!(content_type, "text/html; charset=UTF-8");
157+
assert_eq!(content_type, "text/plain; charset=UTF-8");
158158

159159
let file_content = response.text().await.unwrap();
160160
assert_eq!(

0 commit comments

Comments
 (0)