summaryrefslogtreecommitdiff
path: root/app/test.go
diff options
context:
space:
mode:
authorHorus_Arch2015-02-23 12:13:32 +0100
committerHorus_Arch2015-02-23 12:13:32 +0100
commit70d080b69a1bce3125d8d0b83e23775880241763 (patch)
tree6fac80f9291e361045098b2ce9eb0839652e6b42 /app/test.go
parent00b28812fb5ab68156ead5b45b66740a4d5ca688 (diff)
downloadstatuspage-70d080b69a1bce3125d8d0b83e23775880241763.tar.gz
Refactor and more unit tests.
Diffstat (limited to 'app/test.go')
-rw-r--r--app/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/test.go b/app/test.go
index 200c272..3181eb4 100644
--- a/app/test.go
+++ b/app/test.go
@@ -5,7 +5,7 @@ import (
)
func insertHost() {
- h := Host{Url: "https://mx.iamfabulous.de/", Monitored: true, Private: false}
+ h := Host{Url: "http://www.iamfabulous.de/", Monitored: true, Private: false}
Db.Create(&h)
h = Host{Url: "https://iamfabulousadsfadfdsf.de/", Monitored: true, Private: false}
Db.Create(&h)