Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
filename fix, take 1
Browse files Browse the repository at this point in the history
  • Loading branch information
naknomum committed Jul 14, 2023
1 parent f5ec568 commit a52b5da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ def test_create_asset_group_international(
from tests.modules.asset_groups.resources.utils import AssetGroupCreationData

transaction_id, test_filename = tus_utils.prep_tus_dir(test_root)
second_filename = 'zebra_?_.jpg'
second_filename = 'zebra_πŸ¦“_.jpg'
tus_utils.prep_tus_dir(test_root, filename=second_filename)

asset_group_uuid = None
Expand Down

0 comments on commit a52b5da

Please sign in to comment.