Files
synology-api-python/tests/const.py

11 lines
210 B
Python

# -*- coding: utf-8 -*-
"""Test constants."""
# Name constants like this :
# "DSM_[dsm_version]_[API_KEY]"
# if data failed, add "_FAILED"
SID = "access_token"
SERIAL = "1x2X3x!_SN"
UNIQUE_KEY = "1x2X3x!_UK"