1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-23 12:29:55 +00:00
Files
core/tests/components/cert_expiry/const.py
2024-03-08 20:38:34 +01:00

5 lines
72 B
Python

"""Constants for cert_expiry tests."""
PORT = 443
HOST = "example.com"