Skip to content

Commit

Permalink
test: fix testsa (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali145 committed Jan 23, 2024
1 parent ce35877 commit f2c635c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/studio-footer/StudioFooter.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import messages from './messages';
const config = {
LMS_BASE_URL: process.env.LMS_BASE_URL,
MARKETING_SITE_BASE_URL: process.env.MARKETING_SITE_BASE_URL,
TERMS_OF_SERVICE_URL: process.env.TERMS_OF_SERVICE_URL,
PRIVACY_POLICY_URL: process.env.PRIVACY_POLICY_URL,
SUPPORT_EMAIL: process.env.SUPPORT_EMAIL,
TERMS_OF_SERVICE_URL: null,
PRIVACY_POLICY_URL: null,
SUPPORT_EMAIL: null,
SITE_NAME: process.env.SITE_NAME,
STUDIO_BASE_URL: process.env.STUDIO_BASE_URL,
SHOW_ACCESSIBILITY_PAGE: process.env.SHOW_ACCESSIBILITY_PAGE,
Expand Down

0 comments on commit f2c635c

Please sign in to comment.