Skip to content

Commit ba283f2

Browse files
committed
fix: add annotation_ingest_id to db_import test fixtures and update expected file_size
1 parent aa6ba2e commit ba283f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apiv2/db_import/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ def expected_dataset(http_prefix: str) -> dict[str, Any]:
133133
"key_photo_url": f"{http_prefix}/{DATASET_ID}/KeyPhoto/snapshot.png",
134134
"key_photo_thumbnail_url": f"{http_prefix}/{DATASET_ID}/KeyPhoto/thumbnail.png",
135135
"deposition_id": 300,
136-
"file_size": 1374808.0,
136+
"file_size": 1374849.0,
137137
}

0 commit comments

Comments
 (0)