mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fixed apache bug flag on not passing the good params
This commit is contained in:
parent
ff608de781
commit
68a088bef6
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ fn test_sniff_mp4_video_apache_flag_on() {
|
|||
test_sniff_with_flags(&PathBuf::from("video/mp4/test.mp4"),
|
||||
"video",
|
||||
"mp4",
|
||||
None,
|
||||
Some("video", "mp4"),
|
||||
NoSniffFlag::OFF,
|
||||
ApacheBugFlag::ON);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue