mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-08 05:59:20 +02:00
Remove a missed alterId in test
This commit is contained in:
parent
dde033ca1f
commit
b4cdb6075b
|
@ -1444,7 +1444,6 @@ func TestVMessGCMLengthAuthPlusNoTerminationSignal(t *testing.T) {
|
||||||
{
|
{
|
||||||
Account: serial.ToTypedMessage(&vmess.Account{
|
Account: serial.ToTypedMessage(&vmess.Account{
|
||||||
Id: userID.String(),
|
Id: userID.String(),
|
||||||
AlterId: 64,
|
|
||||||
TestsEnabled: "AuthenticatedLength|NoTerminationSignal",
|
TestsEnabled: "AuthenticatedLength|NoTerminationSignal",
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
|
@ -1493,7 +1492,6 @@ func TestVMessGCMLengthAuthPlusNoTerminationSignal(t *testing.T) {
|
||||||
{
|
{
|
||||||
Account: serial.ToTypedMessage(&vmess.Account{
|
Account: serial.ToTypedMessage(&vmess.Account{
|
||||||
Id: userID.String(),
|
Id: userID.String(),
|
||||||
AlterId: 64,
|
|
||||||
SecuritySettings: &protocol.SecurityConfig{
|
SecuritySettings: &protocol.SecurityConfig{
|
||||||
Type: protocol.SecurityType_AES128_GCM,
|
Type: protocol.SecurityType_AES128_GCM,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue