Skip to content

Commit

Permalink
Tweak 'TestAccBatchJobDefinition_updateWithTags'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Oct 18, 2024
1 parent eb9d924 commit 1be462f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/batch/job_definition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,7 @@ func TestAccBatchJobDefinition_updateWithTags(t *testing.T) {
ConfigPlanChecks: resource.ConfigPlanChecks{
PreApply: []plancheck.PlanCheck{
plancheck.ExpectResourceAction(resourceName, plancheck.ResourceActionUpdate),
plancheck.ExpectUnknownValue(resourceName, tfjsonpath.New("revision")),
},
},
ConfigStateChecks: []statecheck.StateCheck{
Expand Down

0 comments on commit 1be462f

Please sign in to comment.