def handle_update_intent(self, message): identity = IdentityManager().get() if not identity.owner: self.speak_dialog("not.paired") else: ConfigurationManager.load_remote() self.speak_dialog("config.updated")
def test_load_remote(self): ConfigurationManager.load_defaults() self.assert_config(ConfigurationManager.load_remote())