Fixed ping test

This commit is contained in:
Deluan 2016-03-04 17:12:16 -05:00
parent 184bdc0118
commit 0d8fc59920
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ func TestPing(t *testing.T) {
err := json.Unmarshal(w.Body.Bytes(), &v)
So(err, ShouldBeNil)
So(v.Subsonic.Status, ShouldEqual, "ok")
So(v.Subsonic.Version, ShouldEqual, "1.0.0")
So(v.Subsonic.Version, ShouldEqual, "1.2.0")
})
})