summaryrefslogtreecommitdiffstats
path: root/web/web_test.go
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-01-15 17:21:06 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-01-15 17:21:06 +0500
commit57c7ab7a35f9108a3ed1206f56af5490b7e56e6c (patch)
tree6cd7e4f300945ed8c7932dcf0bc2a60ad18c47db /web/web_test.go
parent2fc4a1cf735774eb1b30140e6967c1414d8aa1b5 (diff)
downloadchat-57c7ab7a35f9108a3ed1206f56af5490b7e56e6c.tar.gz
chat-57c7ab7a35f9108a3ed1206f56af5490b7e56e6c.tar.bz2
chat-57c7ab7a35f9108a3ed1206f56af5490b7e56e6c.zip
Updating favicon file
Diffstat (limited to 'web/web_test.go')
-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 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)