From f412942f7f696cb20d9e32f338e166af9be27ee8 Mon Sep 17 00:00:00 2001 From: Peter Ondrejka Date: Mon, 8 Jan 2024 18:46:36 +0100 Subject: [PATCH] fixing a forgotten make_job_invocaiton call (#13648) (cherry picked from commit d0b6ebba27553f503e5707b6bdc7e0cf0a49a8f0) --- tests/foreman/cli/test_remoteexecution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/foreman/cli/test_remoteexecution.py b/tests/foreman/cli/test_remoteexecution.py index e5c0df56783..9de0071974d 100644 --- a/tests/foreman/cli/test_remoteexecution.py +++ b/tests/foreman/cli/test_remoteexecution.py @@ -1380,7 +1380,7 @@ def test_positive_run_job_on_host_registered_to_pull_provider( module_target_sat, make_user_job['id'], rhel_contenthost.hostname ) # create a file as new user - invocation_command = module_target_sat.make_job_invocation( + invocation_command = module_target_sat.cli_factory.job_invocation( { 'job-template': 'Run Command - Script Default', 'inputs': f"command=touch /home/{username}/{filename}",