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

fix: add trailing / for machine learning test #944

Merged
merged 1 commit into from
Oct 19, 2021

Conversation

wooj2
Copy link
Contributor

@wooj2 wooj2 commented Oct 18, 2021

Based on params's field PredictEndpoint, it seems that we need to add a trailing slash (or remove it from line 51).

PredictEndpoint seems to be of type String, so if we don't have this change, our protocol unit tests will fail because we are doing a string comparison between the params and deserialized body field.

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

@JordonPhillips JordonPhillips merged commit 95f688a into smithy-lang:main Oct 19, 2021
@wooj2 wooj2 deleted the fix/mltest branch October 19, 2021 18:15
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