Add depot, attendant, jetfire, optimus, ota services with kustomize overlays
This commit is contained in:
20
services/depot/handlers/mobile_del_test.go
Normal file
20
services/depot/handlers/mobile_del_test.go
Normal file
@@ -0,0 +1,20 @@
|
||||
package handlers_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/fiskerinc/cloud-services/services/depot/handlers"
|
||||
|
||||
"github.com/fiskerinc/cloud-services/pkg/testhelper"
|
||||
)
|
||||
|
||||
func TestMobileDel(t *testing.T) {
|
||||
setupRedisMock()
|
||||
setupDBMock()
|
||||
|
||||
id := "VALID-COGNITO-ID-1"
|
||||
err := handlers.MobileDel(mockDB, id)
|
||||
if err != nil {
|
||||
t.Errorf(testhelper.TestErrorTemplate, "TestMobileDel", nil, err)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user