[AUTOMATIC] Update golden test files for backend integration tests#3631
Merged
Conversation
ajpallares
approved these changes
Jun 22, 2026
This was referenced Jun 24, 2026
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.
This PR automatically updates the golden test files in
purchases/src/test/resources/backend_integration_tests_golden/based on the latest backend integration test results.Generated from branch:
mainPlease review the changes to ensure they are expected.
Note
Low Risk
Test-only golden JSON updates; no application logic changed. Reviewers should confirm the new
state_declarationsfield and Swedish localization fixes reflect intentional backend changes.Overview
Refreshes golden snapshots under
backend_integration_tests_golden/so offerings backend integration tests match current live API responses (Fallback, Load Shedder, Production; regular and verified flows).The recorded payloads now include an empty
state_declarationsobject on paywall components (alongside slightly largerContent-Lengthvalues). Inui_config.localizations.sv, thenum_day_*/num_week_*/num_month_*/num_year_*strings are updated from English placeholders to proper Swedish plural forms (e.g.%d dag/%d dagar,%d vecka/%d veckor).No SDK or runtime code changes—only expected-response fixtures for integration tests.
Reviewed by Cursor Bugbot for commit bf47c92. Bugbot is set up for automated code reviews on this repo. Configure here.