Skip to content

Commit 7358727

Browse files
[SDK-245] Fix tests to add content_last_updated_at field (#1236)
1 parent 0c98d1f commit 7358727

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/export_v2/test_export_video.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def test_export_v2_video(client, configured_project_without_data_rows,
6464
'created_at': '2023-04-16T17:04:23+00:00',
6565
'updated_at': '2023-04-16T17:04:23+00:00',
6666
'created_by': 'vbrodsky@labelbox.com',
67+
'content_last_updated_at': '2023-04-16T17:04:23+00:00',
6768
'reviews': []
6869
},
6970
'annotations': {

0 commit comments

Comments
 (0)