From 2b69cf31aea40d12690e97ce3981e3bd955f501b Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 15 Jan 2016 17:30:10 +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 4bd1fcae9..97e5ff154 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-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) -- cgit v1.2.3-1-g7c22