Skip to content

Commit

Permalink
Forgot to update s3 config setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed May 31, 2024
1 parent 065fd8c commit f9d3c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manager/service/storage/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class Config(ServiceConfiguration.Config):
class S3ServiceIntegrationFixture:
def __init__(self):
self.container = Storage()
self.configuration = S3UploaderIntegrationConfiguration()
self.configuration = S3UploaderIntegrationConfiguration.from_env()
self.analytics_bucket = self.random_name("analytics")
self.public_access_bucket = self.random_name("public")
self.container.config.from_dict(
Expand Down

0 comments on commit f9d3c53

Please sign in to comment.