New target API version: 1.5.0

This commit is contained in:
Deluan 2016-03-11 15:08:37 -05:00
parent 147a178933
commit e9861e1b26
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,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.4.0")
So(v.Subsonic.Version, ShouldEqual, "1.5.0")
})
})