add missing dep + fix test config
This commit is contained in:
parent
ae1cf13be7
commit
ce47e54180
|
|
@ -6,6 +6,8 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/letsencrypt/boulder/Godeps/_workspace/src/github.com/cactus/go-statsd-client/statsd"
|
"github.com/letsencrypt/boulder/Godeps/_workspace/src/github.com/cactus/go-statsd-client/statsd"
|
||||||
"github.com/letsencrypt/boulder/Godeps/_workspace/src/github.com/streadway/amqp"
|
"github.com/letsencrypt/boulder/Godeps/_workspace/src/github.com/streadway/amqp"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,11 @@
|
||||||
"dbName": ":memory:"
|
"dbName": ":memory:"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"va": {
|
||||||
|
"dnsResolver": "8.8.8.8:53",
|
||||||
|
"dnsTimeout": "10s"
|
||||||
|
},
|
||||||
|
|
||||||
"sql": {
|
"sql": {
|
||||||
"SQLDebug": false,
|
"SQLDebug": false,
|
||||||
"CreateTables": true
|
"CreateTables": true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue