Skip to content

Commit 8954828

Browse files
committed
Return a error and update comments
1 parent 54a1b67 commit 8954828

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def get_config(request):
238238

239239
@pytest.fixture(scope="function")
240240
def get_config_raw(request):
241-
""" Call the pytest-ansible plugin to check volumes on the system and work properly a list by session."""
241+
""" Call the pytest-ansible plugin to check the options on user manager test cases."""
242242
path = request.config.getoption("--zinventory-raw")
243243
yield path
244244

tests/helpers/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def execute_managed_user_test(self, managed_user_test_case: str, debug: bool = F
425425
inventory.update({'host': self._remote_host})
426426
inventory.update({'user': self._managed_racf_user})
427427
inventory.update({'zoau': self._zoau_path}) # get this from fixture
428-
inventory.update({'pyz': self._python_path}) # get this from fixture
428+
inventory.update({'pyz': self._pyz_path}) # get this from fixture
429429
inventory.update({'pythonpath': self._pythonpath}) # get this from fixture
430430
extra_args = {}
431431
extra_args.update({'extra_args':{'volumes':self._volumes.split(",")}}) # get this from fixture

0 commit comments

Comments
 (0)