Skip to content

Commit 3bd05aa

Browse files
committed
fix: active active test path not updated
1 parent 05a1ae6 commit 3bd05aa

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.claude/settings.local.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(go test:*)"
5+
],
6+
"deny": [],
7+
"ask": []
8+
}
9+
}

provider/rediscloud_active_active_private_link_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1010
)
1111

12-
const testActiveActivePrivateLinkConfigFile = "./privatelink/testdata/testActiveActivePrivateLink.tf"
12+
const testActiveActivePrivateLinkConfigFile = "../privatelink/testdata/active_active_private_link.tf"
1313

1414
func TestAccResourceRedisCloudActiveActivePrivateLink_CRUDI(t *testing.T) {
1515

0 commit comments

Comments
 (0)