Skip to content

Commit

Permalink
Fix GDPR suite
Browse files Browse the repository at this point in the history
  • Loading branch information
fenek committed May 9, 2019
1 parent 2f3ccee commit c28612d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions big_tests/tests/gdpr_SUITE.erl
Expand Up @@ -431,6 +431,7 @@ maybe_stop_and_unload_module(Module, BackendProxy, Config) ->
case proplists:get_value(disable_module, Config) of
true ->
dynamic_modules:stop(domain(), Module),
mongoose_helper:successful_rpc(code, purge, [BackendProxy]),
true = mongoose_helper:successful_rpc(code, delete, [BackendProxy]);
_ ->
ok
Expand Down

0 comments on commit c28612d

Please sign in to comment.