-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add tests for remaining aws integrations #48
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@nmuesch can you have a look at these errors?
|
Yupp, those errors are expected until the related spec changes are merged :) |
if err != nil || httpresp.StatusCode != 200 { | ||
t.Errorf("Error deleting Lambda %v: Response %s: %v", deleteOutput, err.(datadog.GenericOpenAPIError).Body(), err) |
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.
I think Hippo has just changed it.
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.
Good catch! I went through PR #51 and cleaned up this + one other example I found in the GCP test. Should be all good now.
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.
Please check the merge conflict resolution so we are not reverting past changes. Thanks!
@zippolyte @jirikuncar Thanks for the reviews, I went though and changed most I also addressed the feedback for making sure we print the response body everywhere and assert we have 200 response code. Can you take another pass? |
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.
Will be included in #53 |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Thanks for the reviews. This PR is inside #53 now, can I get an approval there, then I'll close this one out. Thanks :) |
Closing, this was merged as part of #53 |
Adds small tests for the
generate new external id
andlist namespaces
and two logs async endpoints that are now generated.Also addresses missed review from - #32
Also uses the updated schema that uses the more standard
Request/Response
instead ofInput/Output