Fixed apache bug flag on not passing the good params

This commit is contained in:
Mathieu Rheaume 2015-09-12 17:43:47 -04:00
parent ff608de781
commit 68a088bef6

View file

@ -534,7 +534,7 @@ fn test_sniff_mp4_video_apache_flag_on() {
test_sniff_with_flags(&PathBuf::from("video/mp4/test.mp4"), test_sniff_with_flags(&PathBuf::from("video/mp4/test.mp4"),
"video", "video",
"mp4", "mp4",
None, Some("video", "mp4"),
NoSniffFlag::OFF, NoSniffFlag::OFF,
ApacheBugFlag::ON); ApacheBugFlag::ON);
} }