Skip to content

Commit

Permalink
fixing a forgotten make_job_invocaiton call (#13648)
Browse files Browse the repository at this point in the history
  • Loading branch information
pondrejk authored Jan 8, 2024
1 parent cd0476f commit d0b6ebb
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 @@ -1369,7 +1369,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 d0b6ebb

Please sign in to comment.