Skip to content

Commit

Permalink
Upgrading the version of K8s being used to fix `TestAccAzureRMKuberne…
Browse files Browse the repository at this point in the history
…tesCluster_upgradeConfig`
  • Loading branch information
tombuildsstuff committed Dec 12, 2018
1 parent aa8b1f5 commit 40eaeb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azurerm/resource_arm_kubernetes_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@ func TestAccAzureRMKubernetesCluster_upgradeConfig(t *testing.T) {
),
},
{
Config: testAccAzureRMKubernetesCluster_upgrade(ri, location, clientId, clientSecret, "1.11.3"),
Config: testAccAzureRMKubernetesCluster_upgrade(ri, location, clientId, clientSecret, "1.11.5"),
Check: resource.ComposeTestCheckFunc(
testCheckAzureRMKubernetesClusterExists(resourceName),
resource.TestCheckResourceAttr(resourceName, "kubernetes_version", "1.11.3"),
resource.TestCheckResourceAttr(resourceName, "kubernetes_version", "1.11.5"),
),
},
},
Expand Down

0 comments on commit 40eaeb7

Please sign in to comment.