Skip to content

Commit 54ed41f

Browse files
fix failing test (#5685) (#4039)
Co-authored-by: upodroid <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: upodroid <[email protected]>
1 parent 80e0aa1 commit 54ed41f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/5685.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_container_cluster_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2943,7 +2943,7 @@ resource "google_container_cluster" "with_authenticator_groups" {
29432943
subnetwork = google_compute_subnetwork.container_subnetwork.name
29442944
29452945
authenticator_groups_config {
2946-
security_group = "gke-security-groups-test@%s"
2946+
security_group = "gke-security-groups@%s"
29472947
}
29482948
29492949
networking_mode = "VPC_NATIVE"

0 commit comments

Comments
 (0)