We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5f808 commit 43861e1Copy full SHA for 43861e1
internal/acceptance/job_test.go
@@ -92,7 +92,7 @@ func TestAccJobTasks(t *testing.T) {
92
notebook_path = databricks_notebook.this.path
93
base_parameters = {
94
"param_0" = "{{job.parameters.empty_default}}"
95
- "param_0" = "{{job.parameters.non_empty_default}}"
+ "param_1" = "{{job.parameters.non_empty_default}}"
96
}
97
98
0 commit comments