Skip to content

Commit

Permalink
Change constant to match new letter case in sat 6.13+ (#10741)
Browse files Browse the repository at this point in the history
Change constant to match new letter case
  • Loading branch information
LadislavVasina1 authored Feb 21, 2023
1 parent df7f85f commit 3f78b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ class Colored(Box):
}


ANY_CONTEXT = {'org': "Any Organization", 'location': "Any Location"}
ANY_CONTEXT = {'org': "Any organization", 'location': "Any location"}

SUBNET_IPAM_TYPES = {'dhcp': 'DHCP', 'internal': 'Internal DB', 'none': 'None'}

Expand Down
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ def test_positive_select_org_in_any_context():
:BZ: 1860957
:Steps:
1. Set "Any Organization" and "Any Location" on top
1. Set "Any organization" and "Any location" on top
2. Click on Content -> "Sync Status"
3. "Select an Organization" page will come up.
4. Select organization in dropdown and press Select
Expand Down

0 comments on commit 3f78b06

Please sign in to comment.