Skip to content

Commit

Permalink
Skip lint: dupl check for job_resource_test inorder to fix https://gi…
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Jan 18, 2024
1 parent 8827815 commit c86ba72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/provider/job_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ func TestAccAAPJob_basic(t *testing.T) {
})
}

//nolint:dupl
func TestAccAAPJob_UpdateWithSameParameters(t *testing.T) {
var jobURLBefore string

Expand Down Expand Up @@ -512,6 +513,7 @@ func TestAccAAPJob_UpdateWithNewInventoryId(t *testing.T) {
})
}

//nolint:dupl
func TestAccAAPJob_UpdateWithTrigger(t *testing.T) {
var jobURLBefore string

Expand Down

0 comments on commit c86ba72

Please sign in to comment.