Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui_seesion > ui_session #13929

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading