This commit is contained in:
世界 2022-09-14 16:07:52 +08:00
parent 628cf56d3c
commit 395b13103a
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
4 changed files with 18 additions and 18 deletions

View file

@ -114,7 +114,7 @@ func TestHysteriaInbound(t *testing.T) {
caPem: "/etc/hysteria/ca.pem",
},
})
testSuit(t, clientPort, testPort)
testSuitSimple1(t, clientPort, testPort)
}
func TestHysteriaOutbound(t *testing.T) {
@ -162,5 +162,5 @@ func TestHysteriaOutbound(t *testing.T) {
},
},
})
testSuit(t, clientPort, testPort)
testSuitSimple1(t, clientPort, testPort)
}