Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne committed Feb 1, 2024
1 parent 19281d0 commit 9c27bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resources/cloud/resource_cloud_stack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestResourceStack_Basic(t *testing.T) {
{
Config: testAccStackConfigBasic(resourceName, resourceName, stackDescription) +
testAccStackConfigBasicWithCustomResourceName(resourceName, resourceName, "eu", "test2", stackDescription), // new stack with same name/slug
ExpectError: regexp.MustCompile(fmt.Sprintf(".*a stack with the name '%s' already exists.*", resourceName)),
ExpectError: regexp.MustCompile(".*That URL has already been taken.*"),
},
// Test that the stack is correctly recreated if it's tainted and reapplied
// This is a special case because stack deletion is asynchronous
Expand Down

0 comments on commit 9c27bb5

Please sign in to comment.