Skip to content

Added system test to check stored config is retrieved on start-up.

Afonso Mukai requested to merge add_system_test_for_config_storage into master

Created by: mattclarke

Ugly little test to check that the stored config is retrieved on start-up.

Test for checking that they are saved is not required as that is covered in the unit tests (handle_config_change_test.py).

Merge request reports