Merge branch 'master' of github.com:umputun/remark

This commit is contained in:
Umputun
2018-06-29 00:10:06 -05:00
+1
View File
@@ -27,6 +27,7 @@ func TestMiddleware_AppInfo(t *testing.T) {
resp, err := http.Get(ts.URL + "/blah")
require.Nil(t, err)
assert.Equal(t, 200, resp.StatusCode)
defer resp.Body.Close()
b, err := ioutil.ReadAll(resp.Body)
assert.NoError(t, err)