Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorsm committed Apr 24, 2024
1 parent c21cce8 commit 3fb78fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,8 @@ func testPionE2ESimpleClientHook(t *testing.T, server, client func(*comm), opts
Random: r,
SessionID: s,
Cookie: c,
CipherSuiteIDs: []uint16{uint16(dtls.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256)}}
CipherSuiteIDs: []uint16{uint16(dtls.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256)},
}
},
InsecureSkipVerify: true,
}
Expand Down

0 comments on commit 3fb78fe

Please sign in to comment.