Fixed ping test
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ func TestPing(t *testing.T) {
|
|||||||
err := json.Unmarshal(w.Body.Bytes(), &v)
|
err := json.Unmarshal(w.Body.Bytes(), &v)
|
||||||
So(err, ShouldBeNil)
|
So(err, ShouldBeNil)
|
||||||
So(v.Subsonic.Status, ShouldEqual, "ok")
|
So(v.Subsonic.Status, ShouldEqual, "ok")
|
||||||
So(v.Subsonic.Version, ShouldEqual, "1.0.0")
|
So(v.Subsonic.Version, ShouldEqual, "1.2.0")
|
||||||
})
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user