Skip to content

Commit

Permalink
fixing a forgotten make_job_invocaiton call (#13648)
Browse files Browse the repository at this point in the history
(cherry picked from commit d0b6ebb)
  • Loading branch information
pondrejk authored and JacobCallahan committed Jan 8, 2024
1 parent 308320c commit 8d663d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/cli/test_remoteexecution.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit 8d663d8

Please sign in to comment.