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 missing default value for browser variables #1884

Merged
merged 2 commits into from
Apr 21, 2023

Conversation

romainberger
Copy link
Member

This PR fixes some missing default values for browser_variable.

This configuration currently fails:

browser_variable {
    name = "VAR_EMAIL"
    type = "email"
  }

the variable needs a pattern and an example but they don't really make sense for the user, although they are required in the backend.

@nkzou nkzou merged commit b01a0f9 into master Apr 21, 2023
@nkzou nkzou deleted the rberger/browser-variable-fix branch April 21, 2023 14:46
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