Skip to content

Commit

Permalink
tests: Use 'localhost' to match SAN of integration/fixtures/server.crt
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillikin-stripe committed Jul 10, 2019
1 parent fc8c021 commit c50dc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/etcd_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func TestEtcdPeerNameAuth(t *testing.T) {
"--peer-key-file", privateKeyPath,
"--peer-trusted-ca-file", caPath,
"--peer-client-cert-auth",
"--peer-cert-allowed-hostname", "example.com",
"--peer-cert-allowed-hostname", "localhost",
}
} else {
args = []string{
Expand Down

0 comments on commit c50dc81

Please sign in to comment.