mirror of
https://github.com/home-assistant/core.git
synced 2026-02-07 23:56:36 +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"
|