fix 'go vet' warnings

This commit is contained in:
Tim Hockin
2014-11-20 20:42:48 +08:00
parent ea960711ff
commit 95a9098311
19 changed files with 32 additions and 34 deletions

View File

@@ -278,7 +278,7 @@ func TestNotFound(t *testing.T) {
}
if response.StatusCode != v.Status {
t.Errorf("Expected %d for %s (%s), Got %#v", v.Status, v, k, response)
t.Errorf("Expected %d for %s (%s), Got %#v", v.Status, v.Method, k, response)
}
}
}