Skip to content

Commit

Permalink
[TestCase] Fix TestAccAzureRMServiceFabricCluster_manualClusterCodeVe…
Browse files Browse the repository at this point in the history
…rsion (#24648)
  • Loading branch information
neil-yechenwei authored Jan 26, 2024
1 parent 505dbd2 commit 84dae2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func TestAccAzureRMServiceFabricCluster_requiresImport(t *testing.T) {

func TestAccAzureRMServiceFabricCluster_manualClusterCodeVersion(t *testing.T) {
data := acceptance.BuildTestData(t, "azurerm_service_fabric_cluster", "test")
codeVersion := "9.0.1121.9590"
codeVersion := "10.1.1541.9590"
r := ServiceFabricClusterResource{}

data.ResourceTest(t, r, []acceptance.TestStep{
Expand Down

0 comments on commit 84dae2d

Please sign in to comment.