Skip to content

Commit

Permalink
Remove forgotten single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsonov committed Aug 15, 2024
1 parent 8f5d29a commit a2605da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castai/resource_node_configuration_gke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
const (
// acceptanceTestClusterSubnetworkName points to the subnet that the acceptance test cluster uses.
// Actual value (should) be managed by our IaC repository and could be shared with other clusters as well.
acceptanceTestClusterSubnetworkName = "ext-prov-e2e-shared-ip-range-nodes'"
acceptanceTestClusterSubnetworkName = "ext-prov-e2e-shared-ip-range-nodes"
)

func TestAccResourceNodeConfiguration_gke(t *testing.T) {
Expand Down

0 comments on commit a2605da

Please sign in to comment.