updated bucket name
This commit is contained in:
@@ -11,12 +11,12 @@ from testcontainers.minio import MinioContainer
|
|||||||
from shared.datastore import connect_minio, get, put
|
from shared.datastore import connect_minio, get, put
|
||||||
from shared.utils import setup_logging
|
from shared.utils import setup_logging
|
||||||
|
|
||||||
|
MINIO_BUCKET_NAME = 'test-bucket'
|
||||||
minio = MinioContainer()
|
minio = MinioContainer()
|
||||||
MINIO_BUCKET_NAME = 'visual-critical-discourse-analysis'
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope='module', autouse=True)
|
@pytest.fixture(scope='module', autouse=True)
|
||||||
def setup(request):
|
def setup(request: pytest.FixtureRequest):
|
||||||
"""Setup function for datastore module integration tests."""
|
"""Setup function for datastore module integration tests."""
|
||||||
# start minio
|
# start minio
|
||||||
minio.start()
|
minio.start()
|
||||||
|
|||||||
Reference in New Issue
Block a user