diff options
| author | Horus_Arch | 2015-02-23 12:13:32 +0100 |
|---|---|---|
| committer | Horus_Arch | 2015-02-23 12:13:32 +0100 |
| commit | 70d080b69a1bce3125d8d0b83e23775880241763 (patch) | |
| tree | 6fac80f9291e361045098b2ce9eb0839652e6b42 /app/test.go | |
| parent | 00b28812fb5ab68156ead5b45b66740a4d5ca688 (diff) | |
| download | statuspage-70d080b69a1bce3125d8d0b83e23775880241763.tar.gz | |
Refactor and more unit tests.
Diffstat (limited to 'app/test.go')
| -rw-r--r-- | app/test.go | 2 |
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) |
