Add v2 API Test Coverage and Address Uncovered Bugs#3589
Merged
aaronskiba merged 2 commits intoapi_v2_dmponlinefrom Jan 27, 2026
Merged
Add v2 API Test Coverage and Address Uncovered Bugs#3589aaronskiba merged 2 commits intoapi_v2_dmponlinefrom
aaronskiba merged 2 commits intoapi_v2_dmponlinefrom
Conversation
Generated by 🚫 Danger |
8e92017 to
253cf59
Compare
This test suite was adapted from the v2 API tests in CDLUC3/dmptool. The original request and view specs were copied and then refactored to align with our v2 API. Supporting factories and spec helper files were updated as needed to accommodate the new coverage.
These changes resolve the following issues uncovered via the API v2 tests: - app/views/api/v2/datasets/_show.json.jbuilder - Failure rendering output.doi_url when output is present (undefined method `doi_url`) - config/routes.rb - Spec failures due to undefined route helpers in test context (e.g., `api_v2_templates_path`)
253cf59 to
b544079
Compare
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.
Changes proposed in this PR:
Add v2 API test coverage
This test suite was adapted from the v2 API tests in CDLUC3/dmptool.
The original request and view specs were copied and then refactored to align with our v2 API. Supporting factories and spec helper files were updated as needed to accommodate the new coverage.
Fix bugs uncovered by v2 API test coverage
These changes resolve the following issues uncovered via the API v2 tests:
doi_url)api_v2_templates_path)