Skip to content

Commit 3cf1c72

Browse files
committed
fix acceptance test
1 parent 8e72e19 commit 3cf1c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

permissions/acceptance/permissions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func TestAccDatabricksReposPermissionsResourceFullLifecycle(t *testing.T) {
9696
{
9797
Config: fmt.Sprintf(`
9898
resource "databricks_repo" "this" {
99-
url = "https://github.com/databricks/tempo.git"
99+
url = "https://github.com/databrickslabs/tempo.git"
100100
}
101101
resource "databricks_group" "first" {
102102
display_name = "First %[1]s"

0 commit comments

Comments
 (0)