mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 04:00:38 +03:00
Fixed ping test
This commit is contained in:
parent
184bdc0118
commit
0d8fc59920
@ -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")
|
||||
})
|
||||
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user