Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
12
pkg/health/server_test.go
Normal file
12
pkg/health/server_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package health_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"fiskerinc.com/modules/health"
|
||||
)
|
||||
|
||||
func TestHealthCheckServer(t *testing.T) {
|
||||
server := health.HealthCheckServer{}
|
||||
go server.Serve([]health.Config{})
|
||||
}
|
||||
Reference in New Issue
Block a user