fixing a broken test

This commit is contained in:
Jack Wright 2024-07-30 21:46:19 -07:00
parent dccf597af1
commit 2291a51f9f

View File

@ -140,8 +140,8 @@ fn read_pipeline_data_value() -> Result<(), ShellError> {
let manager = TestInterfaceManager::new(&TestCase::new());
let value = Value::test_int(4);
let metadata = Some(PipelineMetadata {
data_source: DataSource::None,
content_type: Some("foo".into()),
data_source: DataSource::FilePath("/test/path".into()),
content_type: None
});
let header = PipelineDataHeader::Value {
value: value.clone(),