fix(rule_engine): bad status SUITE
This commit is contained in:
parent
a67dff4568
commit
71a7d71f68
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue