Fixed AlbumId generation. Some code cleanup
This commit is contained in:
@@ -12,7 +12,7 @@ func TestGetLicense(t *testing.T) {
|
||||
|
||||
_, w := Get(AddParams("/rest/getLicense.view"), "TestGetLicense")
|
||||
|
||||
Convey("Subject: GetLicense Endpoint\n", t, func() {
|
||||
Convey("Subject: GetLicense Endpoint", t, func() {
|
||||
Convey("Status code should be 200", func() {
|
||||
So(w.Code, ShouldEqual, 200)
|
||||
})
|
||||
|
||||
@@ -13,7 +13,7 @@ func TestGetMusicFolders(t *testing.T) {
|
||||
|
||||
_, w := Get(AddParams("/rest/getMusicFolders.view"), "TestGetMusicFolders")
|
||||
|
||||
Convey("Subject: GetMusicFolders Endpoint\n", t, func() {
|
||||
Convey("Subject: GetMusicFolders Endpoint", t, func() {
|
||||
Convey("Status code should be 200", func() {
|
||||
So(w.Code, ShouldEqual, 200)
|
||||
})
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ func TestPing(t *testing.T) {
|
||||
|
||||
_, w := Get(AddParams("/rest/ping.view"), "TestPing")
|
||||
|
||||
Convey("Subject: Ping Endpoint\n", t, func() {
|
||||
Convey("Subject: Ping Endpoint", t, func() {
|
||||
Convey("Status code should be 200", func() {
|
||||
So(w.Code, ShouldEqual, 200)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user