Skip to content

Commit cd0f6e4

Browse files
Fix test variable name
1 parent 4fc6236 commit cd0f6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/graphql_test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ function g.test_custom_type_scalar_variables()
797797
object: { nested_object: { field: $field } }
798798
)
799799
}
800-
]], query_schema, nil, nil, {variables = {fields = {'echo'}}})
800+
]], query_schema, nil, nil, {variables = {field = {'echo'}}})
801801
end
802802
)
803803

0 commit comments

Comments
 (0)