Skip to content

Commit da98bbc

Browse files
committed
Previously we did not need to init, not sure what changed.
1 parent 54bc8b0 commit da98bbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/brod_gssapi_SUITE.erl

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ all() ->
2828
-define(MOCK_MODULES, [sasl_auth, inet, ssl, kpro_req_lib, kpro_lib, kpro]).
2929

3030
init_per_suite(Config) ->
31+
application:load(brod_gssapi),
3132
meck:new(
3233
?MOCK_MODULES,
3334
[passthrough, no_link, unstick]

0 commit comments

Comments
 (0)