Skip to content

Commit

Permalink
fix(alerts): Fixed failing test in AlertTest
Browse files Browse the repository at this point in the history
  • Loading branch information
albertisfu committed Dec 5, 2024
1 parent 329a8e3 commit 6d6103b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/alerts/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
from cl.users.models import EmailSent


class AlertTest(SimpleUserDataMixin, TestCase):
class AlertTest(SimpleUserDataMixin, ESIndexTestCase, TestCase):
fixtures = ["test_court.json"]

def setUp(self) -> None:
Expand Down

0 comments on commit 6d6103b

Please sign in to comment.