Skip to content

Commit 81b0c57

Browse files
nrbnluluCito
andauthored
Update tests/execution/test_middleware.py
Co-authored-by: Christoph Zwerschke <[email protected]>
1 parent 5b8feba commit 81b0c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/execution/test_middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ async def bar_resolve(_obj, _info):
256256
{
257257
"bar": GraphQLField(
258258
GraphQLString,
259-
resolve=lambda message, _: message,
259+
resolve=lambda message, _info: message,
260260
subscribe=bar_resolve,
261261
),
262262
},

0 commit comments

Comments
 (0)