Began work on deb and rpm packaging, #1476

This commit is contained in:
Torkel Ödegaard
2015-03-02 12:56:40 +01:00
parent 9710771f16
commit ad2065afc7
7 changed files with 235 additions and 34 deletions

View File

@ -11,6 +11,6 @@ func TestEncoding(t *testing.T) {
Convey("When generating base64 header", t, func() {
result := GetBasicAuthHeader("grafana", "1234")
So(result, ShouldEqual, "Z3JhZmFuYToxMjM0")
So(result, ShouldEqual, "Basic Z3JhZmFuYToxMjM0")
})
}