Browse Source

remove unneeded import from test

flashmob 8 years ago
parent
commit
3a31bd27fc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      backends/gateway_test.go

+ 0 - 2
backends/gateway_test.go

@@ -2,7 +2,6 @@ package backends
 
 import (
 	"fmt"
-	"github.com/derekparker/delve/config"
 	"github.com/flashmob/go-guerrilla/log"
 	"github.com/flashmob/go-guerrilla/mail"
 	"strings"
@@ -55,7 +54,6 @@ func TestStartProcessStop(t *testing.T) {
 		"log_received_mails": true,
 		"save_workers_size":  2,
 	}
-	config.LoadConfig()
 
 	gateway := &BackendGateway{}
 	err := gateway.Initialize(c)