File: const.py

package info (click to toggle)
pysmartthings 3.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,352 kB
  • sloc: python: 8,679; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
"""Constants for the SmartThings tests."""

MOCK_URL = "https://api.smartthings.com"


HEADERS = {
    "Authorization": "Bearer token",
    "Accept": "application/vnd.smartthings+json;v=20250122",
}