-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API-26837 Clean up appeals fixture factories #13001
Conversation
Generated by 🚫 Danger |
*'/modules/appeals_api/spec/fixtures/decision_reviews/v2/valid_200996_extra.json'.split('/') | ||
).to_s)) | ||
FixtureHelpers.fixture_as_json('decision_reviews/v2/valid_200996_headers_extra.json') | ||
.transform_values(&:strip) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure why we use transform_values
on extra
headers for Supplemental Claims and Higher-Level Reviews and nowhere else, but if I remove it, it introduces spacing changes in the PDF generator specs, so I've left it in for now
99f46e0
to
21fae28
Compare
21fae28
to
2440fd6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! 👍
Summary
Testing done
What areas of the site does it impact?
Acceptance criteria