Skip to content

test(rest): update stale expectations to current API shapes#371

Merged
BitHighlander merged 1 commit into
developfrom
test/rest-api-stale-routes
Jul 18, 2026
Merged

test(rest): update stale expectations to current API shapes#371
BitHighlander merged 1 commit into
developfrom
test/rest-api-stale-routes

Conversation

@BitHighlander

Copy link
Copy Markdown
Collaborator

Two rest-api.test.ts expectations had drifted from the shipped API: /device/info/features 404s (features moved to POST /system/info/get-features in the v2 reshuffle) and /auth/paired-apps returns {apps, total}, not a bare array. Updated to the live shapes; make test-rest 26/26 and make test-sign-gating 77/78 (1 skip) against the running develop build.

/device/info/features no longer exists (v2 reshuffle) — features live at
POST /system/info/get-features. /auth/paired-apps returns {apps,total},
not a bare array. Suite now 26/26 against the live vault.
@BitHighlander
BitHighlander merged commit 86d3e69 into develop Jul 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant