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

datadog_synthetics_test: fix retry parsing #1332

Merged
merged 2 commits into from
Jan 19, 2022
Merged

Conversation

jirikuncar
Copy link
Contributor

No description provided.

@jirikuncar
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Comment on lines +3087 to +3101
api_step {
name = "Second api step"
request_definition {
method = "GET"
url = "https://docs.datadoghq.com"
timeout = 30
allow_insecure = true
follow_redirects = true
}
assertion {
type = "statusCode"
operator = "is"
target = "200"
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

regression test: api_step without retry option

@jirikuncar jirikuncar enabled auto-merge (squash) January 19, 2022 17:50
@jirikuncar jirikuncar merged commit 5de0a98 into master Jan 19, 2022
@jirikuncar jirikuncar deleted the jirikuncar/fix-retries branch January 19, 2022 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants