Skip to content
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

Make sure effectiveReference is not present in v1 REST API responses #7512

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

dimas-b
Copy link
Member

@dimas-b dimas-b commented Sep 18, 2023

Minor test tweak to ensure that JSON responses to v1 clients do not contain v2 attributes in the payload. Previously the test parsed JSON using current java client classes, which could mask the presence of null values in effectiveReference attributes (the parsing would succeed).

Minor test tweak to ensure that JSON responses to v1 clients do not
contain v2 attributes in the payload. Previously the test parsed JSON
using current java client classes, which could mask the presence of
`null` values in `effectiveReference` attributes (the parsing would
succeed).
@dimas-b dimas-b requested a review from snazy September 18, 2023 18:14
@dimas-b dimas-b merged commit e8e782c into projectnessie:main Sep 19, 2023
17 checks passed
@dimas-b dimas-b deleted the test-cleanup branch September 19, 2023 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants