File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 33from unittest import mock
44
55from claim .services import ClaimSubmitService
6- from claim .tests .tests import DummyContext
76from core .test_helpers import create_test_interactive_user , create_test_officer
87from location .test_helpers import create_test_location , create_test_health_facility , create_test_village
98from insuree .test_helpers import create_test_insuree
2019
2120from .services import ClaimSamplingService
2221import core
22+ from core .models .openimis_graphql_test_case import openIMISGraphQLTestCase , BaseTestContext as DummyContext
23+
2324from graphene import Schema
2425from graphene_django .utils .testing import GraphQLTestCase
2526from claim_sampling import schema as claim_schema
2930from medical_pricelist .test_helpers import add_service_to_hf_pricelist , add_item_to_hf_pricelist
3031from product .models import ProductItemOrService
3132from datetime import date , timedelta , datetime
32- class ClaimSubmitServiceTestCase (GraphQLTestCase ):
33+ class ClaimSubmitServiceTestCase (openIMISGraphQLTestCase ):
3334 GRAPHQL_URL = f'/{ settings .SITE_ROOT ()} graphql'
3435 # This is required by some version of graphene but is never used. It should be set to the schema but the import
3536 # is shown as an error in the IDE, so leaving it as True.
You can’t perform that action at this time.
0 commit comments