Skip to content

Commit c464993

Browse files
authored
[Internal] Fix custom app integration tests (#5129)
## Changes <!-- Summary of your changes that are easy to understand --> Have random name in the test ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> Integration test
1 parent 5c9ecc9 commit c464993

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NEXT_CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@
1515
### Exporter
1616

1717
### Internal Changes
18+
19+
* Fix custom_app_integration_test ([#5129](https://github.com/databricks/terraform-provider-databricks/pull/5129))

apps/custom_app_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
var (
1111
customAppIntegrationTemplate = `resource "databricks_custom_app_integration" "this" {
12-
name = "custom_integration_name"
12+
name = "tf-{var.STICKY_RANDOM}-app-integration"
1313
redirect_urls = ["https://example.com"]
1414
scopes = ["all-apis"]
1515
token_access_policy {

0 commit comments

Comments
 (0)