From 10c39c577065abb371258d146a1386bdbe9e9c41 Mon Sep 17 00:00:00 2001 From: Giovanni Allegri Date: Thu, 5 Oct 2023 16:25:37 +0200 Subject: [PATCH] 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: afabiani --- geonode/storage/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/geonode/storage/tests.py b/geonode/storage/tests.py index 89eea61d4ad..48d1f3ebfe2 100644 --- a/geonode/storage/tests.py +++ b/geonode/storage/tests.py @@ -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