Open
Description
As of Go 1.24, the testing package provides a t.Context method that creates a context that is canceled once a test completes.
https://tip.golang.org/doc/go1.24#testingpkgtesting
Acceptance
- update unit tests to use new testing.Context instead of the various context.TODO and context.Background, etc, that we currently use
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🆕 New