new send datapoint type and one fix typo
This commit is contained in:
@@ -142,7 +142,7 @@ func TestUpdateDps(t *testing.T) {
|
||||
|
||||
func TestServer(t *testing.T) {
|
||||
fmt.Println("start")
|
||||
server := ws.NewServer([]string{".*"})
|
||||
server := ws.NewServer([]string{".*"}, 9500)
|
||||
|
||||
t.Fatal(server.ServeHttp("http://localhost", 8100))
|
||||
}
|
||||
|
Reference in New Issue
Block a user