Skip to content

Commit

Permalink
FIX unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Mount committed Jul 13, 2021
1 parent 7a70528 commit f5295d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def test_ensure_mergeable_mr_unresolved_discussion(self):
merge_request = self._mock_merge_request(
assignee_ids=[merge_job._user.id],
state='opened',
work_in_progress=False,
blocking_discussions_resolved=False,
)
merge_request.fetch_approvals.return_value.sufficient = True
Expand Down

0 comments on commit f5295d0

Please sign in to comment.