Skip to content

Commit ab475c9

Browse files
committed
fix id/uid
1 parent 70c7855 commit ab475c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_project(client, rand_gen):
4545
def test_project_export_v2(configured_project_with_label):
4646
project, _, data_row, label = configured_project_with_label
4747
project._wait_until_data_rows_are_processed(
48-
[data_row.id], wait_processing_max_seconds=3600, sleep_interval=5)
48+
[data_row.uid], wait_processing_max_seconds=3600, sleep_interval=5)
4949
label_id = label.uid
5050
# Wait for exporter to retrieve latest labels
5151
time.sleep(10)

0 commit comments

Comments
 (0)