* Cert Expiry refactor * Unused parameter * Reduce delay * Deprecate 'name' config * Use config entry unique_id * Fix logic bugs found with tests * Rewrite tests to use config flow core interfaces, validate created sensors * Update strings * Minor consistency fix * Review fixes, complete test coverage * Move error handling to helper * Subclass exceptions * Better tests * Use first object reference * Fix docstring
3 lines
71 B
Python
3 lines
71 B
Python
"""Constants for cert_expiry tests."""
|
|
PORT = 443
|
|
HOST = "example.com"
|