Remove JsonSerializerService and update related tests#228
Merged
stefan-burke merged 1 commit intomainfrom Aug 22, 2025
Merged
Conversation
Refactored the unit JSON inspection history and real-world specs to test JSON responses through actual API endpoints instead of directly calling the serializer service. Also enhanced the inspections spec to verify JSON response structure and content when serving JSON format. This improves test coverage by validating the full request-response cycle. Co-authored-by: terragon-labs[bot] <terragon-labs[bot]@users.noreply.github.com>
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.
Summary
JsonSerializerServiceclass and its associated spec fileJsonSerializerServicedirectlyChanges
Code Removal
app/services/json_serializer_service.rbwhich provided JSON serialization for units, inspections, and assessmentsspec/services/json_serializer_service_spec.rbwhich contained extensive tests for the removed serviceTest Updates
spec/requests/api/units_json_inspection_history_spec.rb, replaced direct calls toJsonSerializerService.serialize_unitwith actual API requests to/units/:id.jsonand parsing the responsespec/requests/api/units_json_real_world_spec.rb, removed direct serialization calls and rely solely on API endpoint responsesspec/requests/inspections/inspections_spec.rb, removed stubbing ofJsonSerializerService.serialize_inspectionand added assertions on actual JSON response keys to verify presence of expected dataTest plan
JsonSerializerServiceremain in the codebase or tests🌿 Generated by Terry
ℹ️ Tag @terragon-labs to ask questions and address PR feedback
📎 Task: https://www.terragonlabs.com/task/27a0505b-fd58-4928-b4ed-66f7849da27e