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

Update PostUnionWithJsonName protocol test #1361

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

gosar
Copy link
Contributor

@gosar gosar commented Aug 18, 2022

Without this, TypeScript SSDK was failing
PostUnionWithJsonNameResponse*:ServerResponse tests because the generated tests
use a request with {}
but that fails the validation logic since a member was
marked required. So removing the required trait from the input.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Without this, TypeScript SSDK was failing
PostUnionWithJsonNameResponse*:ServerResponse tests because the generated tests
use a request with `{}` but that fails the validation logic since a member was
marked required. So removing the required trait from the input.
@gosar gosar requested a review from a team as a code owner August 18, 2022 09:13
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