Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2021-11-22 12:50:06 +0300
committerGhostkeeper <rubend@tutanota.com>2021-11-22 12:50:06 +0300
commitf0cbdeb90311794936463b7aebf37aeab803bdc0 (patch)
tree5cf899e96a89bd5a33ec1dfc80fa96e51ee576df /tests/TestOAuth2.py
parent9dd251975d2fbf339021976cf9f202c8a545c13c (diff)
Use docstring format for this documentation
Contributes to issue CURA-8539.
Diffstat (limited to 'tests/TestOAuth2.py')
-rw-r--r--tests/TestOAuth2.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/TestOAuth2.py b/tests/TestOAuth2.py
index 24cfe50921..226e7437a3 100644
--- a/tests/TestOAuth2.py
+++ b/tests/TestOAuth2.py
@@ -50,7 +50,9 @@ MALFORMED_AUTH_RESPONSE = AuthenticationResponse(success=False)
def test_cleanAuthService() -> None:
- # Ensure that when setting up an AuthorizationService, no data is set.
+ """
+ Ensure that when setting up an AuthorizationService, no data is set.
+ """
authorization_service = AuthorizationService(OAUTH_SETTINGS, Preferences())
authorization_service.initialize()