fix(slp utils): refactoring unit tests

This commit is contained in:
Chris Troutner
2020-12-06 15:41:39 -08:00
parent 3df211301c
commit e97a8e7cf5
5 changed files with 111 additions and 120 deletions
+1
View File
@@ -196,6 +196,7 @@ class Utils {
async list(id) {
let path
let method
if (!id) {
method = "get"
path = `${this.restURL}slp/list`