Skip to content

Commit

Permalink
chore: quality fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Feb 20, 2024
1 parent 9dd263a commit 8f56754
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
from unittest.mock import Mock, patch

from django.conf import settings
from django.test.utils import override_settings

from aspects.utils import generate_superset_context

User = namedtuple("User", ["username"])


class TestContext(TestCase):
class TestUtils(TestCase):
"""
Test utils module
"""

@patch("aspects.utils.generate_guest_token")
def test_generate_superset_context(self, mock_generate_guest_token):
Expand Down

0 comments on commit 8f56754

Please sign in to comment.