Use docstring format for this documentation

Contributes to issue CURA-8539.
This commit is contained in:
Ghostkeeper 2021-11-22 10:50:06 +01:00
parent 9dd251975d
commit f0cbdeb903
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -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()