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 ec2Query request ID names #2329

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Fix ec2Query request ID names #2329

merged 1 commit into from
Jun 18, 2024

Conversation

kstich
Copy link
Contributor

@kstich kstich commented Jun 17, 2024

Aligns with EC2 specs:


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

@kstich kstich requested a review from a team as a code owner June 17, 2024 20:52
@kstich kstich requested a review from syall June 17, 2024 20:52
@@ -47,7 +47,7 @@ apply GreetingWithErrors @httpResponseTests([
body: """
<GreetingWithErrorsResponse xmlns="https://example.com/">
<greeting>Hello</greeting>
<RequestId>requestid</RequestId>
<RequestID>requestid</RequestID>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit - Should this be requestId if it's a successful response.

@kstich kstich merged commit 6c42bc9 into main Jun 18, 2024
14 checks passed
@kstich kstich deleted the ec2Query_request_id_fix branch June 18, 2024 14:34
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.

None yet

3 participants