Update tests/pytests/scenarios/performance/conftest.py

Co-authored-by: Megan Wilhite <mwilhite@vmware.com>
This commit is contained in:
Caleb Beard 2022-12-07 14:59:38 -05:00 committed by Megan Wilhite
parent 337feb692d
commit 11a548a39d

View file

@ -69,7 +69,7 @@ def host_docker_network_ip_address(network):
@pytest.fixture(scope="session")
def salt_factories_config(salt_factories_config, host_docker_network_ip_address):
"""
Return a dictionary with the keyworkd arguments for FactoriesManager
Return a dictionary with the keyword arguments for FactoriesManager
"""
config = salt_factories_config.copy()
config["log_server_host"] = host_docker_network_ip_address