mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 13:35:56 +08:00
Merge pull request #9702 from gferon/fix-auth-unit-test
Fix test_wrongServerResponses
This commit is contained in:
commit
703fee972a
@ -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…
x
Reference in New Issue
Block a user