Skip to content

Commit

Permalink
fix me_query
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Dobbelaere committed Nov 27, 2023
1 parent 9545eae commit b325c97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OneSila/core/tests/tests_schemas/tests_mutations.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
from core.models.multi_tenant import MultiTenantUser
from core.tests.tests_schemas.tests_queries import TransactionTestCaseMixin

from .mutations import REGISTER_USER_MUTATION, LOGIN_MUTATION, LOGOUT_MUTATION
from .mutations import REGISTER_USER_MUTATION, LOGIN_MUTATION, LOGOUT_MUTATION, \
ME_QUERY


class AccountsTestCase(TransactionTestCaseMixin, TransactionTestCase):
Expand Down

0 comments on commit b325c97

Please sign in to comment.