Files
home-assistant-core/tests/components/vultr/const.py
T
442690b885 Rewrite vultr unittest to pytest (#63367)
* Rewrite vultr unittest to pytest

* Fix tests

* Fix annotations

* Don't check setup_platform return value

Co-authored-by: epenet <[email protected]>
2022-01-06 21:44:53 +01:00

4 lines
94 B
Python

"""Constants for the Vultr tests."""
VALID_CONFIG = {"vultr": {"api_key": "ABCDEFG1234567"}}