Skip to content

Commit

Permalink
test: move tests to aspects folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Feb 21, 2024
1 parent fd61aeb commit b8e08ff
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions aspects/extensions/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"course_run = '{course.id.run}'",
]


class AddSupersetTab(PipelineStep):
"""Add superset tab to instructor dashboard."""

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions aspects/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
from django.conf import settings
from supersetapiclient.client import SupersetClient

logger = logging.getLogger(__name__)

if settings.DEBUG:
os.environ["OAUTHLIB_INSECURE_TRANSPORT"] = "1"


logger = logging.getLogger(__name__)


def generate_superset_context( # pylint: disable=dangerous-default-value
context,
dashboard_uuid="",
Expand Down

0 comments on commit b8e08ff

Please sign in to comment.