Skip to content

Commit

Permalink
Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger committed May 16, 2024
1 parent 2d22506 commit b9b542c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_issued_certs.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,6 @@ def test_max_cert_lifetime():
print(f"Issued certificate lifetime: {issued_cert_lifetime}")

# Expected cert lifetime is max cert lifetime in days plus 5 minutes for clock skew

expected_cert_lifetime = timedelta(days=max_cert_lifetime, minutes=5)
print(f"Expected certificate lifetime: {expected_cert_lifetime}")

Expand Down

0 comments on commit b9b542c

Please sign in to comment.