We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d69073 commit d439947Copy full SHA for d439947
backend/tests/apps/github/api/internal/nodes/pull_request_test.py
@@ -11,9 +11,10 @@ class TestPullRequestNode:
11
def test_pull_request_node_type(self):
12
assert hasattr(PullRequestNode, "__strawberry_definition__")
13
14
- def test_pull_request_node_fields(self):
+ def test_meta_configuration(self):
15
field_names = {field.name for field in PullRequestNode.__strawberry_definition__.fields}
16
expected_field_names = {
17
+ "_id",
18
"author",
19
"created_at",
20
"organization_name",
0 commit comments