Skip to content

Commit

Permalink
[6.13.z] [6.15] cli e2e fix (#14544)
Browse files Browse the repository at this point in the history
  • Loading branch information
Satellite-QE authored Mar 28, 2024
1 parent 56479d5 commit 63f2c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/foreman/endtoend/test_cli_endtoend.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,9 @@ def test_positive_cli_end_to_end(function_entitlement_manifest, target_sat, rhel
)

content_host = target_sat.cli.Host.with_user(user['login'], user['password']).info(
{'id': content_host['id']}
{'id': content_host['id']}, output_format='json'
)

# check that content view matches what we passed
assert content_host['content-information']['content-view']['name'] == content_view['name']

Expand Down

0 comments on commit 63f2c7b

Please sign in to comment.