Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
#DS-491 #Update Update tests for graphql results with new fields
Browse files Browse the repository at this point in the history
  • Loading branch information
becr3102 committed Sep 27, 2022
1 parent c0e735a commit 740e206
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/flattened_output1.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"low_cost_flag": "N",
"no_cost_flag": "N",
"oer_flag": "N",
"requirement": "R"
"requirement": "R",
"cc_id": "null",
"item_id": "null"
}
]
}
2 changes: 2 additions & 0 deletions test/graphql_output1.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"low_cost_flag": "N",
"no_cost_flag": "N",
"oer_flag": "N",
"cc_id": "null",
"item_id": "null",
"ClassBookRequirement": {
"code": "R"
}
Expand Down

0 comments on commit 740e206

Please sign in to comment.