Wworking on improving the tool
This commit is contained in:
@@ -40,7 +40,7 @@ func setup(t *testing.T) (*httptest.Server, func()) {
|
||||
}
|
||||
|
||||
mux := http.NewServeMux()
|
||||
api.New(brk, nil, store, "", log).Register(mux, "/api/v1")
|
||||
api.New(brk, nil, store, "", "", log).Register(mux, "/api/v1")
|
||||
|
||||
srv := httptest.NewServer(mux)
|
||||
return srv, func() {
|
||||
|
||||
Reference in New Issue
Block a user