Fix typo in test

git-svn-id: file:///srv/svn/repo/toyohime/trunk@65 922d331f-388e-da47-97a9-ad700dc0b8b9
This commit is contained in:
kare.nuorteva 2017-09-20 14:30:06 +00:00
parent 4592a31b7f
commit 09ce752899

View File

@ -126,7 +126,7 @@ func TestBrowserGoDoc(t *testing.T) {
srv.ServeHTTP(res, req)
if res.Code != http.StatusTemporaryRedirect {
t.Fatalf("Expected response status %v, but got %v", http.StatusOK, res.Code)
t.Fatalf("Expected response status %v, but got %v", http.StatusTemporaryRedirect, res.Code)
}
body, err := ioutil.ReadAll(res.Body)
if err != nil {