mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Merge pull request #9702 from gferon/fix-auth-unit-test
Fix test_wrongServerResponses
This commit is contained in:
commit
703fee972a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ NO_REFRESH_AUTH_RESPONSE = AuthenticationResponse(
|
|||
success = True
|
||||
)
|
||||
|
||||
MALFORMED_AUTH_RESPONSE = AuthenticationResponse()
|
||||
MALFORMED_AUTH_RESPONSE = AuthenticationResponse(success=False)
|
||||
|
||||
|
||||
def test_cleanAuthService() -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue