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 Jul 2, 2024
1 parent 19e9138 commit a3dff88
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,
ENABLE_ACCESSIBILITY_PAGE: process.env.ENABLE_ACCESSIBILITY_PAGE,
Expand Down

0 comments on commit a3dff88

Please sign in to comment.