Restore MediaRetrievalController tests

This commit is contained in:
Deluan
2020-01-09 21:58:03 -05:00
committed by Deluan Quintão
parent 0c3edc0279
commit b1e58352e9
5 changed files with 88 additions and 141 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
)
func TestSubsonicApi(t *testing.T) {
log.SetLevel(log.LevelError)
log.SetLevel(log.LevelCritical)
RegisterFailHandler(Fail)
RunSpecs(t, "Subsonic API Suite")
}