Skip to content

Commit

Permalink
Replace magic value with constant
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Apr 2, 2024
1 parent edcf65a commit 932fd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/apps/login/test/login-page.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ describe('Login page', () => {
const config: ClientConfigType = {
ui: configUI,
auth: {
type: [AuthType.BASIC, 'openid', AuthType.SAML],
type: [AuthType.BASIC, AuthType.OPEN_ID, AuthType.SAML],
logout_url: API_AUTH_LOGOUT,
anonymous_auth_enabled: true,
},
Expand Down

0 comments on commit 932fd5b

Please sign in to comment.