mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
STAR-322: Sorting clusters
This commit is contained in:
parent
34f56b046a
commit
a1cb09f73f
3 changed files with 8 additions and 1 deletions
|
@ -18,6 +18,8 @@ from .NetworkManagerMock import NetworkManagerMock
|
|||
|
||||
|
||||
class TestCloudApiClient(TestCase):
|
||||
maxDiff = None
|
||||
|
||||
def _errorHandler(self, errors: List[CloudErrorObject]):
|
||||
raise Exception("Received unexpected error: {}".format(errors))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue