removed the xlsx case
This commit is contained in:
parent
50ecdbbe15
commit
6a90da56d5
|
@ -391,10 +391,6 @@ fn test_content_types_with_open_raw() {
|
|||
assert!(result.out.contains("application/json"));
|
||||
let result = nu!(cwd: dirs.formats(), "open --raw sample.ini | metadata");
|
||||
assert!(result.out.contains("text/plain"));
|
||||
let result = nu!(cwd: dirs.formats(), "open --raw sample_data.xlsx | metadata");
|
||||
assert!(result
|
||||
.out
|
||||
.contains("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"));
|
||||
let result = nu!(cwd: dirs.formats(), "open --raw sample_def.nu | metadata");
|
||||
assert!(!result.out.contains("content_type"));
|
||||
let result = nu!(cwd: dirs.formats(), "open --raw sample.eml | metadata");
|
||||
|
|
Loading…
Reference in New Issue
Block a user