From e45b4c16620e355658648c3d988d82bb053b6621 Mon Sep 17 00:00:00 2001 From: Dmitrii Lavrukhin Date: Tue, 11 Feb 2025 16:03:00 +0400 Subject: [PATCH] fixing test_export_project_with_honeypots --- tests/python/rest_api/test_projects.py | 1 + 1 file changed, 1 insertion(+) 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 (