diff --git a/tests/python/rest_api/test_projects.py b/tests/python/rest_api/test_projects.py index 69d9bde52710..7166cd3517d6 100644 --- a/tests/python/rest_api/test_projects.py +++ b/tests/python/rest_api/test_projects.py @@ -1145,6 +1145,7 @@ def test_export_project_with_honeypots(self, admin_user: str): admin_user, api_version=2, save_images=True, id=project.id, format="COCO 1.0" ) + image_names = [image_name.split("jpeg")[0] + "jpg" for image_name in image_names] with zipfile.ZipFile(io.BytesIO(dataset)) as zip_file: subset_path = "images/default" assert (