Skip to content

Commit

Permalink
Fix requires bucket name for AWS tests (#11564)
Browse files Browse the repository at this point in the history
* Fix requires bucket name for AWS tests

* Fix requires bucket name for AWS tests

---------

Co-authored-by: afabiani <[email protected]>
  • Loading branch information
giohappy and afabiani authored Oct 5, 2023
1 parent 0f26dd3 commit 10c39c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geonode/storage/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ def test_google_size(self, gcs):
gcs.assert_called_once_with("name")


@override_settings(AWS_STORAGE_BUCKET_NAME="my-bucket-name")
class TestAwsStorageManager(SimpleTestCase):
def setUp(self):
self.sut = AwsStorageManager
Expand Down

0 comments on commit 10c39c5

Please sign in to comment.