Skip to content

Commit 89fe7a5

Browse files
Fix test
1 parent 622221e commit 89fe7a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/contrib/aws/s3driver/test_s3driver_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,4 +506,4 @@ async def test_s3_store_failure_surfaces_in_workflow_history(
506506
msg = app_error.message
507507
assert f"S3StorageDriver store failed [bucket={bad_bucket}, key=" in msg
508508
assert f"/wt/LargeOutputNoRetryWorkflow/wi/{workflow_id}/ri/" in msg
509-
assert f"/d/sha256/{expected_hash}]" in msg
509+
assert f"/d/sha256/{expected_hash}, region={REGION}]" in msg

0 commit comments

Comments
 (0)