mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 05:27:37 +03:00
New API level target: 1.4.0
This commit is contained in:
parent
4780b54f01
commit
29c2925a1c
3 changed files with 3 additions and 3 deletions
|
@ -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.2.0")
|
||||
So(v.Subsonic.Version, ShouldEqual, "1.4.0")
|
||||
})
|
||||
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue