Add unit tests for parsing browser requests, enable Travis (#15)

This commit is contained in:
Maxim Baz
2018-04-18 22:52:34 +02:00
committed by GitHub
parent 01a808e2ce
commit d24b54e8b6
7 changed files with 157 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ import (
log "github.com/sirupsen/logrus"
)
func configure(request request) {
func configure(request *request) {
responseData := response.MakeConfigureResponse()
// Check that each and every store in the settings exists and is accessible.