Files
prysm/changelog/pvl-testing-context.md
Preston Van Loon 62fec4d1f3 Replace context.Background with testing.TB.Context where possible (#15416)
* Replace context.Background with testing.TB.Context where possible

* Fix failing tests
2025-06-16 22:09:18 +00:00

118 B

Ignored

  • Replaced context.Background, etc to use t.Context. This is only in test code and does not change much.