Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zaychenko-sergei committed Dec 30, 2024
1 parent 0eea569 commit e193959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infra/core/tests/tests/ingest/test_fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ async fn test_fetch_url_ftp_ok() {

let ftp_server = crate::utils::FtpServer::new(&server_dir).await;

let fetch_step = odf::metadata::FetchStep::Url(FetchStepUrl {
let fetch_step = odf::metadata::FetchStep::Url(odf::metadata::FetchStepUrl {
url: format!("ftp://foo:bar@localhost:{}/data.csv", ftp_server.host_port),
event_time: None,
cache: None,
Expand Down

0 comments on commit e193959

Please sign in to comment.