Fix typo in response checking

pull/1538/head
Philip O'Toole 2015-02-09 12:07:43 -08:00
parent 63fd0969fe
commit b3ed952eff
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ func Test_ServerSingleIntegration(t *testing.T) {
body, err := ioutil.ReadAll(resp.Body)
if err != nil {
t.Fatalf("Coulnd't read body of response: %s", err)
t.Fatalf("Couldn't read body of response: %s", err)
}
t.Logf("resp.Body: %s\n", string(body))