Files
core/tests/components/github/const.py
2026-01-21 22:09:56 +01:00

5 lines
150 B
Python

"""Constants for GitHub integration tests."""
MOCK_ACCESS_TOKEN = "gho_16C7e42F292c6912E7710c838347Ae178B4a"
TEST_REPOSITORY = "octocat/Hello-World"