mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Try other patch values for relative imports
This commit is contained in:
parent
d9a8bb0eb7
commit
aab1fbc73f
4 changed files with 6 additions and 9 deletions
|
@ -28,7 +28,7 @@ class TestCloudApiClient(TestCase):
|
|||
self.account.isLoggedIn.return_value = True
|
||||
|
||||
self.network = NetworkManagerMock()
|
||||
with patch("plugins.UM3NetworkPrinting.src.Cloud.CloudApiClient.QNetworkAccessManager", return_value = self.network):
|
||||
with patch("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