Skip to content

Commit

Permalink
Add new error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored and modular-magician committed Jan 28, 2019
1 parent c3073c7 commit 4bd4ff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func TestAccProjectService_disableDependentServices(t *testing.T) {
},
{
Config: testAccProjectService_dependencyRemoved(services, pid, pname, org),
ExpectError: regexp.MustCompile("Please use disable_dependent_services flag if you want to proceed"),
ExpectError: regexp.MustCompile("Please specify disable_dependent_services=true if you want to proceed with disabling all services."),
},
{
Config: testAccProjectService_disableDependentServices(services, pid, pname, org, "true"),
Expand Down

0 comments on commit 4bd4ff0

Please sign in to comment.