Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
chore: fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Nov 14, 2023
1 parent 0bc0fd7 commit 3e1ab6c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions acceptance_tests/mixins.py
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
from unittest import skip

from analyticsclient.client import Client

from acceptance_tests import (
API_AUTH_TOKEN,
API_SERVER_URL,
COURSE_API_KEY,
COURSE_API_URL,
DASHBOARD_FEEDBACK_EMAIL,
DASHBOARD_SERVER_URL,
DOC_BASE_URL,
ENABLE_AUTO_AUTH,
ENABLE_COURSE_API,
LMS_PASSWORD,
LMS_USERNAME,
SOAPBOX_GLOBAL_MESSAGE,
SOAPBOX_INACTIVE_MESSAGE,
SOAPBOX_SINGLE_PAGE_MESSAGE,
SOAPBOX_SINGLE_PAGE_PATH,
SUPPORT_EMAIL,
)
from common.clients import CourseStructureApiClient

Expand Down

0 comments on commit 3e1ab6c

Please sign in to comment.