try suppressing logs but we
This commit is contained in:
@@ -3,6 +3,7 @@ package broker
|
||||
import (
|
||||
"local/storage"
|
||||
"local/truckstop/config"
|
||||
"local/truckstop/logtr"
|
||||
"os"
|
||||
"path"
|
||||
"testing"
|
||||
@@ -45,6 +46,7 @@ func TestFastExactReal(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestFastExactLogin(t *testing.T) {
|
||||
logtr.SetLevel(logtr.SOS)
|
||||
limiter = rate.NewLimiter(rate.Limit(60.0), 1)
|
||||
fe := NewFastExact().WithMock()
|
||||
_ = fe
|
||||
@@ -55,6 +57,7 @@ func TestFastExactLogin(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestFastExactSearch(t *testing.T) {
|
||||
logtr.SetLevel(logtr.SOS)
|
||||
limiter = rate.NewLimiter(rate.Limit(60.0), 1)
|
||||
fe := NewFastExact().WithMock()
|
||||
_ = fe
|
||||
|
||||
Reference in New Issue
Block a user