Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpt committed Feb 5, 2025
1 parent 2d9c61f commit 1cb47d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/integration/test_process_and_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"MAPLatitude": 33.1266719,
"MAPLongitude": -117.3273063,
"MAPOrientation": 1,
"filesize": 116432,
"filetype": "image",
},
"mly_tools_724084a74a44eebd025d0d97a1d5aa30_NA_000002.jpg": {
Expand All @@ -79,6 +80,7 @@
"MAPLatitude": 33.1266891,
"MAPLongitude": -117.3273151,
"MAPOrientation": 1,
"filesize": 125847,
"filetype": "image",
},
"mly_tools_724084a74a44eebd025d0d97a1d5aa30_NA_000003.jpg": {
Expand All @@ -90,6 +92,7 @@
"MAPLatitude": 33.1267078,
"MAPLongitude": -117.3273264,
"MAPOrientation": 1,
"filesize": 128344,
"filetype": "image",
},
"mly_tools_724084a74a44eebd025d0d97a1d5aa30_NA_000004.jpg": {
Expand All @@ -101,6 +104,7 @@
"MAPLatitude": 33.1267282,
"MAPLongitude": -117.3273391,
"MAPOrientation": 1,
"filesize": 126391,
"filetype": "image",
},
"mly_tools_724084a74a44eebd025d0d97a1d5aa30_NA_000005.jpg": {
Expand All @@ -112,6 +116,7 @@
"MAPLatitude": 33.12675,
"MAPLongitude": -117.3273483,
"MAPOrientation": 1,
"filesize": 128585,
"filetype": "image",
},
"mly_tools_724084a74a44eebd025d0d97a1d5aa30_NA_000006.jpg": {
Expand All @@ -123,6 +128,7 @@
"MAPLatitude": 33.1267663,
"MAPLongitude": -117.3273595,
"MAPOrientation": 1,
"filesize": 132640,
"filetype": "image",
},
},
Expand Down
1 change: 1 addition & 0 deletions tests/unit/test_sequence_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ def test_process_finalize(setup_data):
{
"filename": str(test_exif),
"filetype": "image",
"filesize": None,
"MAPLatitude": 1,
"MAPLongitude": 1,
"MAPCaptureTime": "1970_01_01_00_00_02_000",
Expand Down

0 comments on commit 1cb47d1

Please sign in to comment.