diff options
Diffstat (limited to 'syz-cluster/controller/api.go')
| -rw-r--r-- | syz-cluster/controller/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-cluster/controller/api.go b/syz-cluster/controller/api.go index e5cb18a27..3e25b2ba4 100644 --- a/syz-cluster/controller/api.go +++ b/syz-cluster/controller/api.go @@ -102,7 +102,7 @@ func (c ControllerAPI) uploadTest(w http.ResponseWriter, r *http.Request) { if req == nil { return } - // TODO: add parameters validation. + // TODO: add parameters validation (and also of the Log size). err := c.testService.Save(r.Context(), req) if err != nil { http.Error(w, fmt.Sprint(err), http.StatusInternalServerError) |
