Some suites try to use output of escalus:delete_users as new Config but this function returns just ok. It is difficult to notice, because CT doesn't scream about failed end_per_suites and does not stop testing. Example of such suite is sm_SUITE, there can be more of them.
Some suites try to use output of
escalus:delete_users
as newConfig
but this function returns justok
. It is difficult to notice, because CT doesn't scream about failed end_per_suites and does not stop testing. Example of such suite issm_SUITE
, there can be more of them.