4 lines
94 B
Python
4 lines
94 B
Python
|
"""Constants for the Vultr tests."""
|
||
|
|
||
|
VALID_CONFIG = {"vultr": {"api_key": "ABCDEFG1234567"}}
|