Skip to content
Snippets Groups Projects
Unverified Commit 10c39c57 authored by Giovanni Allegri's avatar Giovanni Allegri Committed by GitHub
Browse files

Fix requires bucket name for AWS tests (#11564)


* Fix requires bucket name for AWS tests

* Fix requires bucket name for AWS tests

---------

Co-authored-by: default avatarafabiani <alessio.fabiani@geosolutionsgroup.com>
parent 0f26dd32
Branches
No related tags found
No related merge requests found
......@@ -197,6 +197,7 @@ class TestGoogleStorageManager(SimpleTestCase):
gcs.assert_called_once_with("name")
@override_settings(AWS_STORAGE_BUCKET_NAME="my-bucket-name")
class TestAwsStorageManager(SimpleTestCase):
def setUp(self):
self.sut = AwsStorageManager
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment