summaryrefslogtreecommitdiff
path: root/app/test.go
diff options
context:
space:
mode:
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)