Skip to content
Commit 8f7209ba authored by Josef Johansson's avatar Josef Johansson
Browse files

pkg/http: Fix leaking goroutines in tests



By using the context created by the test, the goroutines produced in
http.Client is actually closed when cancelled and such, not leaked.

Signed-off-by: default avatarJosef Johansson <josef86@gmail.com>
parent bb6aba4a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment