mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
Merge pull request #146 from travisturner/remove-errant-print
remove errant println from test
This commit is contained in:
commit
92eae8e715
1 changed files with 0 additions and 1 deletions
|
|
@ -641,7 +641,6 @@ func TestHandler_Endpoints(t *testing.T) {
|
|||
fieldName := "f-int-ubound-err"
|
||||
h.ServeHTTP(w, test.MustNewHTTPRequest("POST", fmt.Sprintf("/index/i0/field/%s", fieldName),
|
||||
strings.NewReader(`{"options":{"type":"int", "min": 10, "max": -10}}`)))
|
||||
fmt.Println("body", w.Body.String())
|
||||
if w.Code != gohttp.StatusBadRequest {
|
||||
t.Fatalf("unexpected status code: %d", w.Code)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue