Skip to content

Commit

Permalink
fixing test_export_project_with_honeypots
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldies committed Feb 12, 2025
1 parent c7a7b63 commit e45b4c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/rest_api/test_projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit e45b4c1

Please sign in to comment.