More work on email and notification infra #1456

This commit is contained in:
Torkel Ödegaard
2015-06-05 11:08:19 +02:00
parent c709a28f02
commit 89418a155a
14 changed files with 221 additions and 65 deletions

View File

@@ -15,7 +15,6 @@ func TestLoadingSettings(t *testing.T) {
Convey("Given the default ini files", func() {
NewConfigContext(&CommandLineArgs{HomePath: "../../"})
So(AppName, ShouldEqual, "Grafana")
So(AdminUser, ShouldEqual, "admin")
})