Skip to content

Commit eb18367

Browse files
Use certs generated on first outer group https
1 parent 950a1a8 commit eb18367

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

deps/oauth2_client/test/system_SUITE.erl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,7 @@ init_per_testcase(TestCase, Config) ->
247247
case ?config(group, Config) of
248248
https ->
249249
start_https_oauth_server(?AUTH_PORT, ?config(certsDir, Config),
250-
ListOfExpectations);
251-
without_all_oauth_providers_settings ->
252-
start_https_oauth_server(?AUTH_PORT, ?config(rmq_certsdir, Config),
253-
ListOfExpectations);
250+
ListOfExpectations);
254251
_ ->
255252
do_nothing
256253
end,

0 commit comments

Comments
 (0)