Skip to content

Commit

Permalink
Add is_awaitable to mock_info for compat with latest graphene
Browse files Browse the repository at this point in the history
  • Loading branch information
ganwell committed Apr 29, 2020
1 parent 3a0e251 commit 129ffeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphene_django/rest_framework/tests/test_mutation.py
Expand Up @@ -24,6 +24,7 @@ def mock_info():
operation=None,
variable_values=None,
context=None,
is_awaitable=None,
)


Expand Down

0 comments on commit 129ffeb

Please sign in to comment.