Skip to content

Commit

Permalink
fixed fleet mutation unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayimeow committed Nov 6, 2023
1 parent 95ed05f commit 7dfed2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4252,7 +4252,7 @@ func TestAccContainerCluster_withFleetConfig(t *testing.T) {
},
{
Config: testAccContainerCluster_withFleetConfig(clusterName, "random-project"),
ExpectError: regexp.MustCompile(`\n\t(1) changing existing fleet host project is not supported\n\t(2) changing existing fleet membership is not supported`),
ExpectError: regexp.MustCompile(`changing existing fleet host project is not supported`),
},
{
Config: testAccContainerCluster_DisableFleet(clusterName),
Expand Down

0 comments on commit 7dfed2a

Please sign in to comment.