diff --git a/castai/resource_node_configuration_gke_test.go b/castai/resource_node_configuration_gke_test.go index c2f3c0ef..581761bc 100644 --- a/castai/resource_node_configuration_gke_test.go +++ b/castai/resource_node_configuration_gke_test.go @@ -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) {