* Dump all relevant data from API * Cleanup and adjust * Redact serialNumber * WIP * Add fixtures * WIP * Tests for diagnostics completed * Address review comments * Change to fake token * Add missed redact * Improve mocks * Resolve review comments
3 lines
80 B
Python
3 lines
80 B
Python
"""Constants for myuplink tests."""
|
|
CLIENT_ID = "12345"
|
|
CLIENT_SECRET = "67890"
|