Skip to content

Commit

Permalink
Fix missing coverage on view when groupset is present.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Sep 28, 2021
1 parent 8fbad09 commit a225cb2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/unit/lms/views/api/canvas/assignments_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ class TestAssignmentsAPIViews:
"https://example.com",
{},
),
(
{
"content": {"type": "url", "url": "https://example.com"},
"ext_lti_assignment_id": "EXT_LTI_ASSIGNMENT_ID",
"groupset": 125,
},
"https://example.com",
{"canvas_groupset": 125},
),
(
{
"content": {
Expand Down

0 comments on commit a225cb2

Please sign in to comment.