diff --git a/config.yaml b/config.yaml index 079b09a..a7f8efe 100755 --- a/config.yaml +++ b/config.yaml @@ -23,7 +23,7 @@ rabbitmq: storage: backend: $STORAGE_BACKEND|s3 # The type of storage to use {s3, azure} - bucket: "STORAGE_BUCKET_NAME|STORAGE_AZURECONTAINERNAME|pyinfra-test-bucket2" # The bucket / container to pull files specified in queue requests from + bucket: "STORAGE_BUCKET_NAME|STORAGE_AZURECONTAINERNAME|pyinfra-test-bucket" # The bucket / container to pull files specified in queue requests from s3: endpoint: $STORAGE_ENDPOINT|"http://127.0.0.1:9000" diff --git a/test/unit_tests/conftest.py b/test/unit_tests/conftest.py index c614ee0..92d78cf 100644 --- a/test/unit_tests/conftest.py +++ b/test/unit_tests/conftest.py @@ -28,7 +28,7 @@ logger.setLevel(logging.DEBUG) @pytest.fixture(scope="session") def bucket_name(): - return "pyinfra-test-bucket2" + return "pyinfra-test-bucket" @pytest.fixture