From 57c7ab7a35f9108a3ed1206f56af5490b7e56e6c Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 15 Jan 2016 17:21:06 +0500 Subject: Updating favicon file --- web/web_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/web_test.go b/web/web_test.go index 8d40810b5..4bd1fcae9 100644 --- a/web/web_test.go +++ b/web/web_test.go @@ -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.ico") + resp, err := http.Get(URL + "/static/images/favicon-16x16.png") if err != nil { t.Fatalf("got error while trying to get static files %v", err) -- cgit v1.2.3-1-g7c22