Skip to content

Commit

Permalink
Update acceptance test after change in credentials validation
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench committed Sep 22, 2023
1 parent 8c4d345 commit eb63469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmv1/third_party/terraform/provider/provider_test.go.erb
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ func TestAccProviderEmptyStrings(t *testing.T) {
Config: testAccProvider_checkPlanTimeErrors(`credentials = ""`, acctest.RandString(t, 10)),
PlanOnly: true,
ExpectNonEmptyPlan: true,
ExpectError: regexp.MustCompile(`unexpected end of JSON input`),
ExpectError: regexp.MustCompile(`please provide a value that isn't an empty string to this field`),
},
// access_token as an empty string causes a validation error
{
Expand Down

0 comments on commit eb63469

Please sign in to comment.