File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
deps/rabbitmq_auth_backend_oauth2/test Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -90,16 +90,17 @@ groups() ->
90
90
91
91
init_per_suite (Config ) ->
92
92
rabbit_ct_helpers :log_environment (),
93
- rabbit_ct_helpers :run_setup_steps (Config ,
94
- rabbit_ct_broker_helpers :setup_steps () ++ [
95
- fun preconfigure_node /1 ,
96
- fun preconfigure_token /1
97
- ]).
93
+ Config1 = rabbit_ct_helpers :run_setup_steps (
94
+ Config ,
95
+ rabbit_ct_broker_helpers :setup_steps () ++
96
+ [fun preconfigure_node /1 ,
97
+ fun preconfigure_token /1 ]),
98
+ ok = rabbit_ct_broker_helpers :enable_feature_flag (Config1 , mqtt_v5 ),
99
+ Config1 .
98
100
99
101
end_per_suite (Config ) ->
100
102
rabbit_ct_helpers :run_teardown_steps (Config , rabbit_ct_broker_helpers :teardown_steps ()).
101
103
102
-
103
104
init_per_group (_Group , Config ) ->
104
105
% % The broker is managed by {init,end}_per_testcase().
105
106
lists :foreach (fun (Value ) ->
You can’t perform that action at this time.
0 commit comments