Skip to content

Commit

Permalink
Update test to check for correct value
Browse files Browse the repository at this point in the history
Signed-off-by: JasonWhall <[email protected]>
  • Loading branch information
JasonWhall committed Oct 1, 2021
1 parent 81ce5a8 commit e0dfaa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ func testAccDataSourceKubernetesCluster_addOnProfileOpenServiceMesh(t *testing.T
Config: r.addOnProfileOpenServiceMeshConfig(data),
Check: acceptance.ComposeTestCheckFunc(
check.That(data.ResourceName).Key("addon_profile.0.open_service_mesh.#").HasValue("1"),
check.That(data.ResourceName).Key("addon_profile.0.open_service_mesh.0.enabled").HasValue("true"),
check.That(data.ResourceName).Key("addon_profile.0.open_service_mesh.0.enabled").HasValue("false"),
),
},
})
Expand Down

0 comments on commit e0dfaa5

Please sign in to comment.