mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Revert "Remove mock changes used locally"
This reverts commit 7785555a94
.
This commit is contained in:
parent
7785555a94
commit
de24c7d9c3
3 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ class TestCloudApiClient(TestCase):
|
|||
self.account.isLoggedIn.return_value = True
|
||||
|
||||
self.network = NetworkManagerMock()
|
||||
with patch("src.Cloud.CloudApiClient.QNetworkAccessManager", return_value = self.network):
|
||||
with patch("plugins.UM3NetworkPrinting.src.Cloud.CloudApiClient.QNetworkAccessManager", return_value = self.network):
|
||||
self.api = CloudApiClient(self.account, self._errorHandler)
|
||||
|
||||
def test_getClusters(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue