mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Represent fingerprint internally as byte array
This commit is contained in:
parent
fa2f6824d9
commit
2f89fbc2ed
4 changed files with 20 additions and 4 deletions
|
@ -344,6 +344,12 @@ func TestEncodeClientPollRequests(t *testing.T) {
|
|||
defaultBridgeFingerprint,
|
||||
nil,
|
||||
},
|
||||
{
|
||||
"unknown",
|
||||
"fake",
|
||||
"123123",
|
||||
fmt.Errorf(""),
|
||||
},
|
||||
} {
|
||||
req1 := &ClientPollRequest{
|
||||
NAT: test.natType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue