changed test bucket

This commit is contained in:
Matthias Bisping 2022-04-28 15:30:19 +02:00
parent 29b15be933
commit e76f0ab1f2
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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