Skip to content

Commit

Permalink
Update tests/foreman/api/test_registration.py
Browse files Browse the repository at this point in the history
update changes

Co-authored-by: Gaurav Talreja <[email protected]>
  • Loading branch information
amolpati30 and Gauravtalreja1 authored Jan 29, 2024
1 parent b5545d7 commit 234ce75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def test_positive_host_registration_with_non_admin_user(
:customerscenario: true
"""
changed_org_admin = module_target_sat.api.Role().search(
register_host_role = module_target_sat.api.Role().search(
query={'search': 'name="Register hosts"'}
)
module_target_sat.api.User(
Expand Down

0 comments on commit 234ce75

Please sign in to comment.