Этот коммит содержится в:
Asaad Mahmood
2016-01-15 17:30:10 +05:00
родитель 57c7ab7a35
Коммит 2b69cf31ae

Просмотреть файл

@@ -45,7 +45,7 @@ func TestStatic(t *testing.T) {
// add a short delay to make sure the server is ready to receive requests
time.Sleep(1 * time.Second)
resp, err := http.Get(URL + "/static/images/favicon-16x16.png")
resp, err := http.Get(URL + "/static/images/favicon/favicon-16x16.png")
if err != nil {
t.Fatalf("got error while trying to get static files %v", err)