Skip to content

Commit

Permalink
Fix typo for organization field in global registration (#12902)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored Oct 13, 2023
1 parent b1150c8 commit 5b7f1cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@ def test_global_registration_with_capsule_host(
session.location.select(loc_name=module_location.name)
cmd = session.host.get_register_command(
{
'general.orgnization': module_org.name,
'general.organization': module_org.name,
'general.location': module_location.name,
'general.operating_system': default_os.title,
'general.capsule': capsule_configured.hostname,
Expand Down
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_rhcloud_insights.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def test_insights_registration_with_capsule(
cmd = session.host_new.get_register_command(
{
'general.operating_system': default_os.title,
'general.orgnization': org.name,
'general.organization': org.name,
'general.capsule': rhcloud_capsule.hostname,
'general.activation_keys': ak.name,
'general.insecure': True,
Expand Down

0 comments on commit 5b7f1cb

Please sign in to comment.