Skip to content

Commit

Permalink
Update posthog/temporal/tests/batch_exports/test_s3_batch_export_work…
Browse files Browse the repository at this point in the history
…flow.py
  • Loading branch information
pauldambra authored Feb 25, 2025
1 parent 28fbe2c commit ad05b7d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ def compression(request) -> str | None:
By decorating a test function with @pytest.mark.parametrize("compression", ..., indirect=True)
it's possible to set the compression that will be used to create an S3
BatchExport. Possible values are "brotli", "gzip", or None.
random change so this suite runs
"""
try:
return request.param
Expand Down

0 comments on commit ad05b7d

Please sign in to comment.