Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Dec 7, 2023
1 parent 3b4c4bf commit c721ef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def get_storage_provider_cls(self) -> Type[StorageProviderBase]:

def get_storage_provider_settings(self) -> Optional[StorageProviderSettingsBase]:
# instantiate StorageProviderSettings of this plugin as appropriate
# Use local fake server as outlined here:
# https://www.claritician.com/how-to-mock-google-cloud-storage-during-development
return StorageProviderSettings(
api_endpoint="http://localhost:5050",
)
Expand Down

0 comments on commit c721ef0

Please sign in to comment.