Skip to content

Commit 3100f05

Browse files
authored
Fix TestUcAccMetastoreDataAccessOnAws (#2279)
1 parent 3f3dad6 commit 3100f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/acceptance/metastore_data_access_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ func TestUcAccMetastoreDataAccessOnAws(t *testing.T) {
88
unityWorkspaceLevel(t, step{
99
Template: `
1010
resource "databricks_metastore" "this" {
11-
name = "primary"
11+
name = "primary-{var.RANDOM}"
1212
storage_root = "s3://{env.TEST_BUCKET}/test{var.RANDOM}"
1313
force_destroy = true
1414
}

0 commit comments

Comments
 (0)