From dbee673ad4e9a84815eea433b2d1b7d2b6233704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Mon, 18 Mar 2024 18:15:42 +0100 Subject: [PATCH] fix: Remove deprecated comment Co-authored-by: ted kaemming <65315+tkaemming@users.noreply.github.com> --- .../tests/batch_exports/test_s3_batch_export_workflow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/posthog/temporal/tests/batch_exports/test_s3_batch_export_workflow.py b/posthog/temporal/tests/batch_exports/test_s3_batch_export_workflow.py index 92e01ff0838fb..2d3e6d53c0b1d 100644 --- a/posthog/temporal/tests/batch_exports/test_s3_batch_export_workflow.py +++ b/posthog/temporal/tests/batch_exports/test_s3_batch_export_workflow.py @@ -482,7 +482,6 @@ async def test_s3_export_workflow_with_minio_bucket( ], workflow_runner=UnsandboxedWorkflowRunner(), ): - # We patch the S3 client to return our client that targets MinIO. await activity_environment.client.execute_workflow( S3BatchExportWorkflow.run, inputs,