Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
lalo-galvan committed Aug 13, 2024
1 parent de783d2 commit cc67b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthetics/browser/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "datadog_synthetics_test" "browser" {
email = lookup(browser_step.value.params, "email", null)
file = lookup(browser_step.value.params, "file", null)
files = lookup(browser_step.value.params, "files", null)
modifiers = lookup(browser_step.value.params, "modifiers", [""])
modifiers = lookup(browser_step.value.params, "modifiers", [])
playing_tab_id = lookup(browser_step.value.params, "playing_tab_id", null)
request = lookup(browser_step.value.params, "request", null)
subtest_public_id = lookup(browser_step.value.params, "subtest_public_id", null)
Expand Down

0 comments on commit cc67b2e

Please sign in to comment.