From b4cdb6075b0b3fde43875db807365af70e9feb9d Mon Sep 17 00:00:00 2001 From: yuhan6665 <1588741+yuhan6665@users.noreply.github.com> Date: Fri, 14 Jan 2022 17:50:53 -0500 Subject: [PATCH] Remove a missed alterId in test --- testing/scenarios/vmess_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testing/scenarios/vmess_test.go b/testing/scenarios/vmess_test.go index 79bff40a..7de6bb6d 100644 --- a/testing/scenarios/vmess_test.go +++ b/testing/scenarios/vmess_test.go @@ -1444,7 +1444,6 @@ func TestVMessGCMLengthAuthPlusNoTerminationSignal(t *testing.T) { { Account: serial.ToTypedMessage(&vmess.Account{ Id: userID.String(), - AlterId: 64, TestsEnabled: "AuthenticatedLength|NoTerminationSignal", }), }, @@ -1492,8 +1491,7 @@ func TestVMessGCMLengthAuthPlusNoTerminationSignal(t *testing.T) { User: []*protocol.User{ { Account: serial.ToTypedMessage(&vmess.Account{ - Id: userID.String(), - AlterId: 64, + Id: userID.String(), SecuritySettings: &protocol.SecurityConfig{ Type: protocol.SecurityType_AES128_GCM, },