fix go vet error

This commit is contained in:
Makpoc 2015-10-21 02:18:33 +03:00
parent ddd69d19c0
commit e3ec7394ab

View file

@ -168,7 +168,7 @@ func beforeServeHttpTest(t *testing.T) {
// and fill them with content
_, err = f.WriteString(fileContent)
if err != nil {
t.Fatal("Failed to write to %s. Error was: %v", absFile, err)
t.Fatalf("Failed to write to %s. Error was: %v", absFile, err)
return
}
f.Close()