Skip to content

Commit

Permalink
🔥 removed aaacertificateservices front for OCSP testing as it seems o…
Browse files Browse the repository at this point in the history
…ffline
  • Loading branch information
Ousret committed Feb 2, 2025
1 parent e1b7537 commit 9cc48f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_ocsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class TestOnlineCertificateRevocationProtocol:
[
# "https://revoked.badssl.com/",
# "https://revoked-ecc-dv.ssl.com/",
"https://aaacertificateservices.comodoca.com:444/",
# "https://aaacertificateservices.comodoca.com:444/",
"https://revoked-rsa-ev.ssl.com/",
],
)
Expand Down Expand Up @@ -67,7 +67,7 @@ def test_sync_valid_ensure_cached(self) -> None:
[
# "https://revoked.badssl.com/",
# "https://revoked-ecc-dv.ssl.com/",
"https://aaacertificateservices.comodoca.com:444/",
# "https://aaacertificateservices.comodoca.com:444/",
"https://revoked-rsa-ev.ssl.com/",
],
)
Expand Down

0 comments on commit 9cc48f0

Please sign in to comment.