Commit 9883347
fix(uts): align provision_objects_via_rest host with the nonprod sandbox
The REST fixture-provisioning helper still POSTed to https://sandbox-rest.ably.io,
the legacy prod-sandbox host. Every other objects integration spec — and the whole
UTS integration corpus (realtime + rest) — provisions apps and routes clients via
https://sandbox.realtime.ably-nonprod.net (raw HTTP) / endpoint: "nonprod:sandbox"
(SDK clients). The objects integration specs were migrated to the nonprod host in
e57d340, but standard_test_pool.md was missed, leaving provision_objects_via_rest
posting fixtures to a different backend than the app/key were provisioned on — so
RTPO15 (rest-provisioned-data-sync) could never resolve.
Point the helper at the canonical nonprod host to match.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 051bb95 commit 9883347
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
| 366 | + | |
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| |||
0 commit comments