spawn/fixtures/digitalocean/_metadata.json
A c487ea215f
refactor: move test fixtures to root /fixtures directory (#1849)
* refactor: move test fixtures to root /fixtures directory

Moves test/fixtures/ → fixtures/ at the repo root for easier
discoverability. Updates all references in CLAUDE.md and QA
prompt files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* refactor: move install.ps1 to sh/cli/ and fixtures to root

- Moves cli/install.ps1 → sh/cli/install.ps1 (consistent with install.sh)
- Moves test/fixtures/ → fixtures/ at the repo root
- Updates all references in README, CLAUDE.md, QA prompts, and the ps1 itself

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: lab <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-23 21:38:18 -08:00

13 lines
718 B
JSON

{
"cloud": "digitalocean",
"recorded_at": "2026-02-11T03:07:38Z",
"fixtures": {
"account": {"endpoint": "/account", "recorded_at": "2026-02-11T03:07:30Z"},
"ssh_keys": {"endpoint": "/account/keys", "recorded_at": "2026-02-11T03:07:30Z"},
"droplets": {"endpoint": "/droplets", "recorded_at": "2026-02-11T03:07:31Z"},
"sizes": {"endpoint": "/sizes", "recorded_at": "2026-02-11T03:07:31Z"},
"regions": {"endpoint": "/regions", "recorded_at": "2026-02-11T03:07:32Z"},
"create_server": {"endpoint": "POST /droplets", "type": "live", "recorded_at": "2026-02-11T03:07:34Z"},
"delete_server": {"endpoint": "DELETE /droplets/{id}", "type": "live", "recorded_at": "2026-02-11T03:07:38Z"}
}
}