summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-01-15 17:30:10 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-01-15 17:30:10 +0500
commit2b69cf31aea40d12690e97ce3981e3bd955f501b (patch)
treebc531bad7a7d9bd92f0b7a589babc02c6ea66610
parent57c7ab7a35f9108a3ed1206f56af5490b7e56e6c (diff)
downloadchat-2b69cf31aea40d12690e97ce3981e3bd955f501b.tar.gz
chat-2b69cf31aea40d12690e97ce3981e3bd955f501b.tar.bz2
chat-2b69cf31aea40d12690e97ce3981e3bd955f501b.zip
Updating favicon file
-rw-r--r--web/web_test.go2
1 files changed, 1 insertions, 1 deletions
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)