Skip to content

Commit

Permalink
fix: Fix JA wrong account bucket integration test temp path name (#385)
Browse files Browse the repository at this point in the history
Signed-off-by: Yutong Li <[email protected]>
  • Loading branch information
YutongLi291 authored Jul 2, 2024
1 parent c5859ee commit 26ee376
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ def test_sync_inputs_bucket_wrong_account(
)

syncer = asset_sync.AssetSync(job_attachment_test.farm_id)
session_dir = tmp_path_factory.mktemp(r"An error occurred \(403\)")
session_dir = tmp_path_factory.mktemp("session_dir")

def on_downloading_files(*args, **kwargs):
return True
Expand Down

0 comments on commit 26ee376

Please sign in to comment.