Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsomesan committed Sep 30, 2024
1 parent 32c2232 commit 83a4cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/resource_kubernetes_deployment_v1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1239,8 +1239,8 @@ func TestAccKubernetesDeploymentV1_with_restart_policy(t *testing.T) {
CheckDestroy: testAccCheckKubernetesDeploymentV1Destroy,
Steps: []resource.TestStep{
{
Config: testAccKubernetesDeploymentV1Config_with_restart_policy(name, imageName, "Never"),
ExpectError: regexp.MustCompile("expected spec\\.0\\.template\\.0\\.spec\\.0\\.restart_policy to be one of \\[\"Always\"\\], got Never"),
Config: testAccKubernetesDeploymentV1Config_with_restart_policy(name, imageName, "Never"),
ExpectError: regexp.MustCompile("expected spec\\.0\\.template\\.0\\.spec\\.0\\.restart_policy to be one of \\[\"Always\"\\], got Never"),
},
{
Config: testAccKubernetesDeploymentV1Config_with_restart_policy(name, imageName, "Always"),
Expand Down

0 comments on commit 83a4cc5

Please sign in to comment.