Description
In the task INDY-1724 was found a bug in Restarter class. It calls sendMessageUponNodeRestartComplete() which is not implemented.
stab_node8: Oct 01 10:03:49 File "/usr/local/lib/python3.5/dist-packages/indy_node/server/restarter.py", line 55, in _update_action_log_for_started_action stab_node8: Oct 01 10:03:49 self._notifier.sendMessageUponNodeRestartComplete( stab_node8: Oct 01 10:03:49 AttributeError: 'PluginManager' object has no attribute 'sendMessageUponNodeRestartComplete'
Acceptance criteria:
- Method calls removed
- A test according to TDD