houston 자체 업데이트 기능 추가 - replacer

This commit is contained in:
2023-06-09 16:16:26 +09:00
parent ae783aabaf
commit 5326e26a8c
5 changed files with 227 additions and 17 deletions

View File

@ -8,7 +8,7 @@ import (
)
func TestOperationServer(t *testing.T) {
hc, err := client.NewClient("192.168.9.32:8080", "http://192.168.9.32/commandcenter")
hc, err := client.NewClient()
if err != nil {
t.Error(err)
return