tests_for_datastore #63
@@ -1,5 +1,6 @@
|
||||
"""Integration test configurations."""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import random
|
||||
from collections.abc import Iterator
|
||||
@@ -50,6 +51,7 @@ def setup_infrastructure(request: pytest.FixtureRequest) -> None:
|
||||
port=env_var_map['MINIO_ENDPOINT'].rsplit(':', maxsplit=1)[-1],
|
||||
)
|
||||
env_var_map['MINIO_ENDPOINT'] = f'{minio_host}:{minio_port}'
|
||||
logging.error('MINIO_ENDPOINT: %s', env_var_map['MINIO_ENDPOINT'])
|
||||
|
||||
# ensure cleanup
|
||||
def cleanup_infrastructure():
|
||||
|
||||
Reference in New Issue
Block a user