aboutsummaryrefslogtreecommitdiffstats
path: root/test/req_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/req_SUITE.erl')
-rw-r--r--test/req_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/req_SUITE.erl b/test/req_SUITE.erl
index ac6e4a9..174a38b 100644
--- a/test/req_SUITE.erl
+++ b/test/req_SUITE.erl
@@ -186,7 +186,7 @@ cert(Config) ->
do_cert(Config0) ->
doc("A client TLS certificate was provided."),
{CaCert, Cert, Key} = ct_helper:make_certs(),
- Config = [{transport_opts, [
+ Config = [{tls_opts, [
{cert, Cert},
{key, Key},
{cacerts, [CaCert]}