try suppressing logs but we
This commit is contained in:
@@ -3,6 +3,7 @@ package broker
|
||||
import (
|
||||
"fmt"
|
||||
"local/storage"
|
||||
"local/truckstop/logtr"
|
||||
"net/http"
|
||||
"net/http/httptest"
|
||||
"strconv"
|
||||
@@ -14,6 +15,7 @@ import (
|
||||
)
|
||||
|
||||
func TestBrokerInterface(t *testing.T) {
|
||||
logtr.SetLevel(logtr.SOS)
|
||||
var b Broker
|
||||
b = FastExact{}
|
||||
b = NTGVision{}
|
||||
@@ -21,6 +23,7 @@ func TestBrokerInterface(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestDoCookies(t *testing.T) {
|
||||
logtr.SetLevel(logtr.SOS)
|
||||
limiter = rate.NewLimiter(rate.Limit(20.0), 1)
|
||||
calls := 0
|
||||
db := storage.NewMap()
|
||||
|
||||
Reference in New Issue
Block a user