mockConfig.Addr :80 -> :34000

This commit is contained in:
Jimmy Zelinskie 2014-05-08 06:39:39 -04:00
parent 0fd90b86d3
commit 90491dc386

View file

@ -10,7 +10,7 @@ import (
// MockConfig is a pre-initialized config that can be used for testing purposes.
var MockConfig = Config{
Addr: ":80",
Addr: ":34000",
Tracker: DataStore{
Driver: "mock",
},