mirror of
https://github.com/home-assistant/core.git
synced 2026-05-15 04:51:20 +01:00
852fb58ca8
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
4 lines
135 B
Python
4 lines
135 B
Python
"""Tests for the HTTP component."""
|
|
# Relic from the past. Kept here so we can run negative tests.
|
|
HTTP_HEADER_HA_AUTH = "X-HA-access"
|