Add tests for loginWithForcedLogout() in account

CURA-7427
This commit is contained in:
Kostas Karmas 2020-05-12 13:06:47 +02:00
parent e3e767f4b9
commit 96387ef2aa
2 changed files with 22 additions and 2 deletions

View file

@ -99,7 +99,7 @@ class Account(QObject):
@pyqtSlot()
def loginWithForcedLogout(self) -> None:
"""
Forces a logout from Cura and then initiates the authorization flow with the force_logout_from_mycloud variable
Forces a logout from Cura and then initiates the authorization flow with the force_browser_logout variable
as true, to sync the accounts in Cura and in the browser.
:return: None