mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 17:05:34 +01:00
5 lines
150 B
Python
5 lines
150 B
Python
"""Constants for GitHub integration tests."""
|
|
|
|
MOCK_ACCESS_TOKEN = "gho_16C7e42F292c6912E7710c838347Ae178B4a"
|
|
TEST_REPOSITORY = "octocat/Hello-World"
|