@@ -93,13 +93,7 @@ init_per_group(https, Config) ->
93
93
CaCertFile = filename :join ([CertsDir , " testca" , " cacert.pem" ]),
94
94
WrongCaCertFile = filename :join ([CertsDir , " server" , " server.pem" ]),
95
95
[{group , https },
96
- <<<<<<< HEAD
97
- <<<<<<< HEAD
98
- =======
99
96
{certsdir , CertsDir },
100
- >>>>>>> 9 b1e762081 (Store the certsDir of the group which )
101
- =======
102
- >>>>>>> 4 a925f9a8c (Tests : system_SUITE return configuration from run steps )
103
97
{oauth_provider_id , <<" uaa" >>},
104
98
{oauth_provider , build_https_oauth_provider (<<" uaa" >>, CaCertFile )},
105
99
{oauth_provider_with_issuer , keep_only_issuer_and_ssl_options (
@@ -251,17 +245,8 @@ init_per_testcase(TestCase, Config) ->
251
245
252
246
case ? config (group , Config ) of
253
247
https ->
254
- <<<<<<< HEAD
255
- <<<<<<< HEAD
256
248
ct :log (" Start https with expectations ~p " , [ListOfExpectations ]),
257
- start_https_oauth_server (? AUTH_PORT , ? config (rmq_certsdir , Config ),
258
- =======
259
- start_https_oauth_server (? AUTH_PORT , ? config (certsdir , Config ),
260
- >>>>>>> 9 b1e762081 (Store the certsDir of the group which )
261
- =======
262
- start_https_oauth_server (? AUTH_PORT , ? config (rmq_certsdir , Config ),
263
- >>>>>>> 4 a925f9a8c (Tests : system_SUITE return configuration from run steps )
264
- ListOfExpectations );
249
+ start_https_oauth_server (? AUTH_PORT , ? config (certsdir , Config ), ListOfExpectations );
265
250
_ ->
266
251
do_nothing
267
252
end ,
0 commit comments