File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 66
66
index_docket_parties_in_es ,
67
67
)
68
68
from cl .stats .models import Stat
69
- from cl .tests .cases import ESIndexTestCase , TestCase
69
+ from cl .tests .cases import ESIndexTestCase
70
70
from cl .tests .mixins import RECAPSearchMixin , SearchAlertsMixin
71
71
from cl .tests .utils import MockResponse
72
72
from cl .users .factories import UserProfileWithParentsFactory
Original file line number Diff line number Diff line change 13
13
from cl .donate .api_views import MembershipWebhookViewSet
14
14
from cl .donate .factories import NeonWebhookEventFactory
15
15
from cl .donate .models import NeonMembership , NeonWebhookEvent
16
- from cl .users .factories import UserProfileWithParentsFactory
17
16
from cl .tests .cases import TestCase
17
+ from cl .users .factories import UserProfileWithParentsFactory
18
18
from cl .users .models import UserProfile
19
19
from cl .users .utils import create_stub_account
20
20
Original file line number Diff line number Diff line change @@ -1214,9 +1214,7 @@ def test_verify_empty_lists_type_fields_after_partial_update(self):
1214
1214
self .assertEqual (r .data ["results" ][0 ][field ], [])
1215
1215
1216
1216
1217
- class OpinionsESSearchTest (
1218
- SearchMixin , ESIndexTestCase
1219
- ):
1217
+ class OpinionsESSearchTest (SearchMixin , ESIndexTestCase ):
1220
1218
@classmethod
1221
1219
def setUpTestData (cls ):
1222
1220
super ().setUpTestData ()
You can’t perform that action at this time.
0 commit comments