From 70d080b69a1bce3125d8d0b83e23775880241763 Mon Sep 17 00:00:00 2001 From: Horus_Arch Date: Mon, 23 Feb 2015 12:13:32 +0100 Subject: Refactor and more unit tests. --- app/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/test.go') 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) -- cgit v1.2.3