mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-22 13:59:51 +03:00
test codecov again
This commit is contained in:
parent
951d65f230
commit
0bb3cdba98
|
@ -66,7 +66,7 @@ class DateTime(Scalar):
|
|||
return cls.parse_value(node.value)
|
||||
|
||||
@classmethod
|
||||
def parse_literal_codecov_test(cls, node, _variables=None):
|
||||
def parse_literal_codecov_v3_test(cls, node, _variables=None):
|
||||
if not isinstance(node, StringValueNode):
|
||||
raise GraphQLError(
|
||||
f"DateTime cannot represent non-string value: {print_ast(node)}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user