mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
9 lines
158 B
Python
9 lines
158 B
Python
"""Fast.com integration tests."""
|
|
|
|
MOCK_DATA = {
|
|
"download_speed": 100.0,
|
|
"upload_speed": 50.0,
|
|
"unloaded_ping": 15.2,
|
|
"loaded_ping": 20.2,
|
|
}
|