mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Use docstring format for this documentation
Contributes to issue CURA-8539.
This commit is contained in:
parent
9dd251975d
commit
f0cbdeb903
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue