Commit 86f57956 authored by Roque's avatar Roque

erp5_wendelin_data_lake_ingestion: fix latest test

parent 674c4ef8
...@@ -244,7 +244,8 @@ class TestDataIngestion(SecurityTestCase): ...@@ -244,7 +244,8 @@ class TestDataIngestion(SecurityTestCase):
self.tic() self.tic()
# ingest new file # ingest new file
data_set, data_stream_list = self.stepIngest(self.CSV, ",") data_set, data_stream_list = self.stepIngest(self.CSV, ",",
randomize_ingestion_reference=False, data_set_reference=data_set_reference)
self.tic() self.tic()
second_file_stream = data_stream_list[0] second_file_stream = data_stream_list[0]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment