aboutsummaryrefslogtreecommitdiffstats
path: root/job_test.go
Commit message (Collapse)AuthorAgeFilesLines
* sandbox and production client constructorsSam Anthony2026-07-291-2/+2
| | | | | | Previously this was a package-level configuration with Sandbox() and Production() controlling the global ApiUrl variable. Now it's controlled per-client.
* fix intermittent failure in Jobs() testSam Anthony2026-07-291-2/+10
|
* test Jobs()Sam Anthony2026-07-291-0/+89