fix(rule_engine): bad status SUITE

This commit is contained in:
DDDHuang 2022-05-18 15:18:12 +08:00
parent a67dff4568
commit 71a7d71f68
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ end_per_suite(_Config) ->
on_resource_create(_id, _) -> #{}.
on_resource_destroy(_id, _) -> ok.
on_get_resource_status(_id, _) -> #{}.
on_get_resource_status(_id, _) -> #{is_alive => true}.
%%------------------------------------------------------------------------------
%% Group specific setup/teardown