mirror of
https://github.com/caddyserver/caddy.git
synced 2025-04-16 16:19:15 +08:00
remove unused param
This commit is contained in:
parent
edeb3477b2
commit
71a8d3c5d6
@ -282,10 +282,9 @@ func TestClientAuthenticationUnmarshalCaddyfileWithDirectiveName(t *testing.T) {
|
||||
|
||||
func TestClientAuthenticationProvision(t *testing.T) {
|
||||
tests := []struct {
|
||||
name string
|
||||
ca ClientAuthentication
|
||||
expected ClientAuthentication
|
||||
wantErr bool
|
||||
name string
|
||||
ca ClientAuthentication
|
||||
wantErr bool
|
||||
}{
|
||||
{
|
||||
name: "specifying both 'CARaw' and 'TrustedCACerts' produces an error",
|
||||
|
Loading…
x
Reference in New Issue
Block a user