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 3541928 commit 0f7e79eCopy full SHA for 0f7e79e
backend/tests/apps/github/graphql/nodes/milestone_test.py
@@ -17,10 +17,12 @@ def test_meta_configuration(self):
17
assert MilestoneNode._meta.model == Milestone
18
expected_fields = {
19
"author",
20
+ "body",
21
"closed_issues_count",
22
"created_at",
23
"open_issues_count",
24
"organization_name",
25
+ "progress",
26
"repository_name",
27
"title",
28
"url",
0 commit comments