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]>
(cherry picked from commit 5b7f1cb)
  • Loading branch information
Gauravtalreja1 authored and web-flow committed Oct 13, 2023
1 parent bc7633f commit 70015ba
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 @@ -1354,7 +1354,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 @@ -535,7 +535,7 @@ def test_insights_registration_with_capsule(
cmd = session.host.get_register_command(
{
'general.operating_system': default_os.title,
'general.orgnization': org.name,
'general.organization': org.name,
'general.capsule': rhcloud_capsule.hostname,
'advanced.activation_keys': ak.name,
'general.insecure': True,
Expand Down

0 comments on commit 70015ba

Please sign in to comment.