Skip to content

Commit

Permalink
Pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LadislavVasina1 committed Mar 26, 2024
1 parent 46ce634 commit def8a00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/foreman/ui/test_jobinvocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ def test_rex_through_host_details(session, target_sat, rex_contenthost, module_o
assert task_status['result'] == 'success'
recent_jobs = session.host_new.get_details(hostname, "overview.recent_jobs")
assert recent_jobs['overview']['recent_jobs']['finished']['table'][0]['column0'] == "Run ls"
assert recent_jobs['overview']['recent_jobs']['finished']['table'][0]['column2'] == "succeeded"
assert (
recent_jobs['overview']['recent_jobs']['finished']['table'][0]['column2'] == "succeeded"
)


@pytest.mark.tier4
Expand Down

0 comments on commit def8a00

Please sign in to comment.