mirror of
https://github.com/fatedier/frp.git
synced 2026-04-30 21:19:10 +08:00
fix by golint (#1822)
This commit is contained in:
@@ -66,7 +66,7 @@ func TestConfTemplate(t *testing.T) {
|
||||
time.Sleep(500 * time.Millisecond)
|
||||
|
||||
// test tcp1
|
||||
res, err := util.SendTcpMsg("127.0.0.1:20801", consts.TEST_TCP_ECHO_STR)
|
||||
res, err := util.SendTCPMsg("127.0.0.1:20801", consts.TEST_TCP_ECHO_STR)
|
||||
assert.NoError(err)
|
||||
assert.Equal(consts.TEST_TCP_ECHO_STR, res)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user