Skip to content

Commit

Permalink
ui_seesion > ui_session (SatelliteQE#13929)
Browse files Browse the repository at this point in the history
  • Loading branch information
pondrejk authored and shweta83 committed Apr 10, 2024
1 parent 7614cab commit 0fd584b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def test_positive_remove_parameter_non_admin_user(
organization=module_org,
host_parameters_attributes=[parameter],
).create()
with target_sat.ui_seesion(test_name, user=user.login, password=user_password) as session:
with target_sat.ui_session(test_name, user=user.login, password=user_password) as session:
values = session.host.read(host.name, 'parameters')
assert values['parameters']['host_params'][0] == parameter
session.host.update(host.name, {'parameters.host_params': []})
Expand Down

0 comments on commit 0fd584b

Please sign in to comment.