Do not use require in http handlers (testifylint) (part 2)
What does this MR do and why?
This test-only MR continues on from Do not use require in http handlers (testifylint) (!157724 - merged) by removing a few more go-require: require must only be used in the goroutine running the test function
linter violations (am not exactly sure how I missed them in the first place?)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Ash McKenzie