Skip to content

Commit 0f7e79e

Browse files
committed
Update backend tests
1 parent 3541928 commit 0f7e79e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/tests/apps/github/graphql/nodes/milestone_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ def test_meta_configuration(self):
1717
assert MilestoneNode._meta.model == Milestone
1818
expected_fields = {
1919
"author",
20+
"body",
2021
"closed_issues_count",
2122
"created_at",
2223
"open_issues_count",
2324
"organization_name",
25+
"progress",
2426
"repository_name",
2527
"title",
2628
"url",

0 commit comments

Comments
 (0)