Skip to content

Commit

Permalink
azuread_synchronization_job_provision_on_demand: fix error matching i…
Browse files Browse the repository at this point in the history
…n acceptance test
  • Loading branch information
manicminer committed Sep 25, 2024
1 parent f2ddb09 commit 93bd6de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func TestAccSynchronizationJobProvisionOnDemand_basic(t *testing.T) {
{
// The provisioned app isn't actually integrated so this will never work
Config: r.basic(data),
ExpectError: regexp.MustCompile("CredentialsMissing: Please configure provisioning"),
ExpectError: regexp.MustCompile("CredentialsMissing"),
},
})
}
Expand Down

0 comments on commit 93bd6de

Please sign in to comment.