mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00

* Rewrite vultr unittest to pytest * Fix tests * Fix annotations * Don't check setup_platform return value Co-authored-by: epenet <epenet@users.noreply.github.com>
4 lines
94 B
Python
4 lines
94 B
Python
"""Constants for the Vultr tests."""
|
|
|
|
VALID_CONFIG = {"vultr": {"api_key": "ABCDEFG1234567"}}
|