Skip to content

Commit

Permalink
pass coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
madwort committed Mar 28, 2024
1 parent cd4e408 commit 027f572
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 @@ -101,7 +101,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 027f572

Please sign in to comment.