mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 18:09:10 +08:00
Use docstring format for this documentation
Contributes to issue CURA-8539.
This commit is contained in:
parent
9dd251975d
commit
f0cbdeb903
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user