Skip to content

Commit

Permalink
Fix tests specific to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
maarcingebala committed Nov 20, 2019
1 parent 41ab821 commit 79dd717
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/api/test_graphql.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
from tests.api.utils import get_graphql_content


def test_middleware_dont_generate_sql_requests(client, settings, assert_num_queries):
def test_middleware_dont_generate_sql_requests(
client, settings, django_assert_num_queries
):
"""When requesting on the GraphQL API endpoint, no SQL request should happen
indirectly. This test ensures that."""

Expand Down

0 comments on commit 79dd717

Please sign in to comment.