summaryrefslogtreecommitdiff
path: root/git_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'git_test.go')
-rw-r--r--git_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/git_test.go b/git_test.go
index 101350f..592e06f 100644
--- a/git_test.go
+++ b/git_test.go
@@ -11,6 +11,10 @@ import (
)
func TestMain(m *testing.M) {
+ if err := registerManagedHTTP(); err != nil {
+ panic(err)
+ }
+
ret := m.Run()
if err := unregisterManagedTransports(); err != nil {