auth tests

This commit is contained in:
simon987
2019-02-10 10:32:25 -05:00
parent a90b73ad70
commit 51eb9ae6da
3 changed files with 175 additions and 2 deletions

View File

@@ -43,7 +43,6 @@ func Get(path string, worker *storage.Worker) *http.Response {
url := "http://" + config.Cfg.ServerAddr + path
req, err := http.NewRequest("GET", url, nil)
handleErr(err)
if worker != nil {