fix: fixes unit test in windows environment

This commit is contained in:
hajdul88 2025-12-17 15:50:47 +01:00
parent 308d6058a5
commit 520d25ae12

View file

@ -97,7 +97,7 @@ def test_get_raw_data_local_file_downloads_bytes(client, monkeypatch, tmp_path):
monkeypatch,
dataset_id=dataset_id,
data_id=data_id,
raw_data_location=f"file://{file_path}",
raw_data_location=file_path.as_uri(),
name="example.txt",
mime_type="text/plain",
)