Skip to content

Commit

Permalink
pass coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
madwort committed Apr 3, 2024
1 parent e256b35 commit ceecbac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airlock/views/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ def request_view(request, request_id: str, path: str = ""):
file_approve_url = None
elif existing_review.status == FileReviewStatus.REJECTED:
file_reject_url = None
else:
assert False, "Invalid FileReviewStatus value"

context = {
"workspace": bll.get_workspace(release_request.workspace, request.user),
Expand Down

0 comments on commit ceecbac

Please sign in to comment.