api: add test — GET /assets/:id returns 404 for an unknown asset id - #332
Open
gregthelma8-eng wants to merge 2 commits into
Open
api: add test — GET /assets/:id returns 404 for an unknown asset id#332gregthelma8-eng wants to merge 2 commits into
gregthelma8-eng wants to merge 2 commits into
Conversation
RWA-ToolKit#190: add boundary-id tests (0 and u64::MAX) that assert 404 status and the documented ApiErrorBody shape using test_support::state_with RWA-ToolKit#191: add list field-set test for GET /assets — serializes a single item and diffs its keys against the OpenAPI Asset required list so schema drift is caught in CI RWA-ToolKit#192: covered by existing list_assets_returns_empty_array_not_null_when_no_assets RWA-ToolKit#193: covered by existing get_asset_by_unknown_id_returns_404
…3-assets-coverage test(assets): add coverage for issues RWA-ToolKit#190–RWA-ToolKit#193
|
@gregthelma8-eng Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #190
closes #191
closes #192
closes #193