Skip to content

Commit ad84dd0

Browse files
Import missing function
1 parent 8ce0bb1 commit ad84dd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deps/rabbitmq_auth_backend_oauth2/test/jwks_SUITE.erl

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
open_unmanaged_connection/4, open_unmanaged_connection/5,
1818
close_connection_and_channel/2]).
1919
-import(rabbit_mgmt_test_util, [amqp_port/1]).
20+
-import(rabbit_ct_helpers, [
21+
set_config/2,
22+
get_config/2, get_config/3
23+
]).
2024

2125
all() ->
2226
[

0 commit comments

Comments
 (0)