-
Notifications
You must be signed in to change notification settings - Fork 47
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
Fixed HttpCodec Check #781
Conversation
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.
lgtm, but I'm not sure how the manual tests described in #671 didn't catch the issue
…orm-provider-hcp into hotfix/http-codec-check
@jaireddjawed Any updates on when this will be released? |
Reached out to team-cloud-foundations again for a review just now. Hopefully, they'll take a final look at this and get it approved soon. |
* main: updated documentation updated CHANGELOG.md Add DataDog config to HCP Log Streaming Destination (#803) Add in-place update to HCP Log Streaming Destination (#802) Update error messages in HCP provider config Refactor code to require specific organization configuration changelog Handle multiple organizations for credentials Fixed HttpCodec Check (#781) updated documentation updated CHANGELOG.md
🛠️ Description
This PR fixes an issue where the
httpMethod
is checked to see if its value is equal toJSON
orNDJSON
(in addition to its actual). This was a typo,httpCodec
was supposed to be checked to see if it was equal to those values.🏗️ Acceptance tests
Output from acceptance testing:
$ make testacc TESTARGS='-run=TestAccXXX' ...