Merge branch 'master' into mongodb-secret-backend

This commit is contained in:
Matt Hurne 2016-06-30 09:53:21 -04:00
commit eaf31b1cbd

View file

@ -1,6 +1,8 @@
package logical
import (
"log"
"os"
"reflect"
"testing"
"time"
@ -72,7 +74,7 @@ func TestSystemView() *StaticSystemView {
func TestBackendConfig() *BackendConfig {
return &BackendConfig{
Logger: nil,
Logger: log.New(os.Stdout, "", log.LstdFlags),
System: TestSystemView(),
}
}