-
Notifications
You must be signed in to change notification settings - Fork 389
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
[synthetics] support http_version in multi-step API tests #2323
Conversation
d9f1bd8
to
ad31749
Compare
ad31749
to
16b0027
Compare
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
@@ -1,7 +1,7 @@ | |||
module github.com/terraform-providers/terraform-provider-datadog | |||
|
|||
require ( | |||
github.com/DataDog/datadog-api-client-go/v2 v2.24.0 | |||
github.com/DataDog/datadog-api-client-go/v2 v2.24.1-0.20240313200128-5ad8b96de316 |
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.
Is this temporary?
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.
Yes, this is temporary and fine to do. We will pin the client to an official released version before releasing the provider
This PR adds the support for the
http_version
option for http step in multi-step API tests.