We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c7855 commit ab475c9Copy full SHA for ab475c9
tests/integration/test_project.py
@@ -45,7 +45,7 @@ def test_project(client, rand_gen):
45
def test_project_export_v2(configured_project_with_label):
46
project, _, data_row, label = configured_project_with_label
47
project._wait_until_data_rows_are_processed(
48
- [data_row.id], wait_processing_max_seconds=3600, sleep_interval=5)
+ [data_row.uid], wait_processing_max_seconds=3600, sleep_interval=5)
49
label_id = label.uid
50
# Wait for exporter to retrieve latest labels
51
time.sleep(10)
0 commit comments