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 6971afa commit 92e146f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airlock/views/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def request_view(request, request_id: str, path: str = ""):
if existing_review:
if existing_review.status == FileReviewStatus.APPROVED:
file_approve_url = None
elif existing_review.status == FileReviewStatus.REJECTED:
else:
file_reject_url = None

context = {
Expand Down

0 comments on commit 92e146f

Please sign in to comment.