Skip to content

Commit 1a5b859

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

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
@@ -261,7 +261,7 @@ async def reverse_middleware(next_, value, info, **kwargs):
261261

262262
noop_type = GraphQLObjectType(
263263
"Noop",
264-
{"noop": GraphQLField(GraphQLString, resolve=lambda *_args: "noop")},
264+
{"noop": GraphQLField(GraphQLString)},
265265
)
266266
schema = GraphQLSchema(query=noop_type, subscription=test_type)
267267

0 commit comments

Comments
 (0)