Skip to content

Commit 22a1dd0

Browse files
Resolve a conflict #12803 #12775
1 parent 6687c4e commit 22a1dd0

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

deps/oauth2_client/test/system_SUITE.erl

+1-16
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,7 @@ init_per_group(https, Config) ->
9393
CaCertFile = filename:join([CertsDir, "testca", "cacert.pem"]),
9494
WrongCaCertFile = filename:join([CertsDir, "server", "server.pem"]),
9595
[{group, https},
96-
<<<<<<< HEAD
97-
<<<<<<< HEAD
98-
=======
9996
{certsdir, CertsDir},
100-
>>>>>>> 9b1e762081 (Store the certsDir of the group which)
101-
=======
102-
>>>>>>> 4a925f9a8c (Tests: system_SUITE return configuration from run steps)
10397
{oauth_provider_id, <<"uaa">>},
10498
{oauth_provider, build_https_oauth_provider(<<"uaa">>, CaCertFile)},
10599
{oauth_provider_with_issuer, keep_only_issuer_and_ssl_options(
@@ -251,17 +245,8 @@ init_per_testcase(TestCase, Config) ->
251245

252246
case ?config(group, Config) of
253247
https ->
254-
<<<<<<< HEAD
255-
<<<<<<< HEAD
256248
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-
>>>>>>> 9b1e762081 (Store the certsDir of the group which)
261-
=======
262-
start_https_oauth_server(?AUTH_PORT, ?config(rmq_certsdir, Config),
263-
>>>>>>> 4a925f9a8c (Tests: system_SUITE return configuration from run steps)
264-
ListOfExpectations);
249+
start_https_oauth_server(?AUTH_PORT, ?config(certsdir, Config), ListOfExpectations);
265250
_ ->
266251
do_nothing
267252
end,

0 commit comments

Comments
 (0)