Skip to content

Commit

Permalink
Fix semgrep 'ci.semgrep.migrate.error-check-service-id'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Oct 9, 2024
1 parent 4474ded commit 3c9479f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestAccAMPDefaultScraperConfigurationDataSource_basic(t *testing.T) {
acctest.PreCheck(ctx, t)
acctest.PreCheckPartitionHasService(t, names.AMPEndpointID)
},
ErrorCheck: acctest.ErrorCheck(t, names.AMPEndpointID),
ErrorCheck: acctest.ErrorCheck(t, names.AMPServiceID),
ProtoV5ProviderFactories: acctest.ProtoV5ProviderFactories,
Steps: []resource.TestStep{
{
Expand Down

0 comments on commit 3c9479f

Please sign in to comment.