8784: Fix test for latest firefox.
[arvados.git] / services / keepstore / config_test.go
1 package main
2
3 import (
4         log "github.com/Sirupsen/logrus"
5 )
6
7 func init() {
8         theConfig.debugLogf = log.Printf
9 }