mirror of https://github.com/fafhrd91/actix-web
fmt
This commit is contained in:
parent
0aadde677c
commit
b6aa3ed918
|
@ -553,7 +553,7 @@ impl fmt::Display for ContentDisposition {
|
|||
mod tests {
|
||||
use super::{ContentDisposition, DispositionParam, DispositionType};
|
||||
use crate::http::header::{Charset, ExtendedValue, HeaderValue};
|
||||
|
||||
|
||||
#[test]
|
||||
fn test_from_raw_basic() {
|
||||
assert!(ContentDisposition::from_raw(&HeaderValue::from_static("")).is_err());
|
||||
|
|
Loading…
Reference in New Issue