From c28612d0fa6847d5b1554abcb4cf0127bfaaba71 Mon Sep 17 00:00:00 2001 From: Piotr Nosek Date: Thu, 9 May 2019 10:30:04 +0200 Subject: [PATCH] Fix GDPR suite --- big_tests/tests/gdpr_SUITE.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/big_tests/tests/gdpr_SUITE.erl b/big_tests/tests/gdpr_SUITE.erl index a85897cb894..dd9f5362bd0 100644 --- a/big_tests/tests/gdpr_SUITE.erl +++ b/big_tests/tests/gdpr_SUITE.erl @@ -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