Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix testsa (#12)
Browse files Browse the repository at this point in the history
asadali145 authored and blarghmatey committed Jan 22, 2024

Verified

This commit was signed with the committer’s verified signature.
blarghmatey Tobias Macey
1 parent 64d4750 commit ce29fe1
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
@@ -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,

0 comments on commit ce29fe1

Please sign in to comment.