summaryrefslogtreecommitdiffstats
path: root/awx/ui/src/screens/Setting/AzureAD/AzureAD.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'awx/ui/src/screens/Setting/AzureAD/AzureAD.test.js')
-rw-r--r--awx/ui/src/screens/Setting/AzureAD/AzureAD.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/awx/ui/src/screens/Setting/AzureAD/AzureAD.test.js b/awx/ui/src/screens/Setting/AzureAD/AzureAD.test.js
index e63563ef24..a9a5f8e745 100644
--- a/awx/ui/src/screens/Setting/AzureAD/AzureAD.test.js
+++ b/awx/ui/src/screens/Setting/AzureAD/AzureAD.test.js
@@ -16,7 +16,7 @@ describe('<AzureAD />', () => {
SettingsAPI.readCategory.mockResolvedValue({
data: {
SOCIAL_AUTH_AZUREAD_OAUTH2_CALLBACK_URL:
- 'https://towerhost/sso/complete/azuread-oauth2/',
+ 'https://platformhost/sso/complete/azuread-oauth2/',
SOCIAL_AUTH_AZUREAD_OAUTH2_KEY: 'mock key',
SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET: '$encrypted$',
SOCIAL_AUTH_AZUREAD_OAUTH2_ORGANIZATION_MAP: {},