Skip to content

Commit

Permalink
Suppress semgrep 'ci.semgrep.migrate.context-todo'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Feb 21, 2024
1 parent 613ed4c commit d5dc0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/acctest/vcr.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ func closeVCRRecorder(t *testing.T) {
panic(p)
}

ctx := context.TODO()
ctx := context.TODO() // nosemgrep:ci.semgrep.migrate.context-todo
testName := t.Name()
providerMetas.Lock()
meta, ok := providerMetas[testName]
Expand Down

0 comments on commit d5dc0b8

Please sign in to comment.