Skip to content

Commit caeef6a

Browse files
committed
update id of text input for realm url
1 parent 36898b0 commit caeef6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/ui/views/admin/audience/developer_portal/sso_integrations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class RHSSOIntegrationEditView(BaseAudienceView):
7878
path_pattern = "/p/admin/authentication_providers/{integration_id}/edit"
7979
client_id = TextInput(id="authentication_provider_client_id")
8080
client_secret = TextInput(id="authentication_provider_client_secret")
81-
realm = TextInput(id="authentication_provider_realm")
81+
realm = TextInput(id="authentication_provider_site")
8282
update_button = ThreescaleUpdateButton()
8383

8484
def __init__(self, parent, integration):

0 commit comments

Comments
 (0)