summaryrefslogtreecommitdiffstats
path: root/web/web_test.go
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-01-21 07:09:02 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-01-21 07:09:02 -0500
commitda7adcf0db7d8039a490ef45d7c2481c27115518 (patch)
tree31dfc2b7ff94de182d02d50bab3e25b1dd731729 /web/web_test.go
parent45e3a133f2b3eb5ce0f2cec4b61d35f67b909ffd (diff)
parent2f562dc4775de874b29afe72f1384e5574493d7c (diff)
downloadchat-da7adcf0db7d8039a490ef45d7c2481c27115518.tar.gz
chat-da7adcf0db7d8039a490ef45d7c2481c27115518.tar.bz2
chat-da7adcf0db7d8039a490ef45d7c2481c27115518.zip
Merge pull request #1893 from asaadmahmoodspin/ui-improvements
Updating logo
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..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.ico")
+ 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)