mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 07:19:20 +01:00
test(be): fix tests
This commit is contained in:
parent
931a9cafb2
commit
ef545f89e6
@ -1,11 +1,11 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
//_ "github.com/snikch/goodman/hooks"
|
||||
//_ "github.com/snikch/goodman/transaction"
|
||||
"net/http"
|
||||
"net/http/httptest"
|
||||
"testing"
|
||||
_ "github.com/snikch/goodman/transaction"
|
||||
_ "github.com/snikch/goodman/hooks"
|
||||
)
|
||||
|
||||
func TestApiPing(t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user