testing: disable http requests/responses printing

This commit is contained in:
in-void 2023-01-30 20:00:07 +01:00
parent 15442b77ea
commit de08e3f035

View File

@ -13,7 +13,7 @@ import (
"testing" "testing"
) )
const DebugHttpRequests = true const DebugHttpRequests = false
var baseUrl *url.URL var baseUrl *url.URL
var Auth *BasicAuth var Auth *BasicAuth