Remove mock changes used locally

This commit is contained in:
Daniel Schiavini 2019-01-15 08:21:17 +01:00
parent 77c30c891f
commit 7785555a94
3 changed files with 5 additions and 5 deletions

View file

@ -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("src.Cloud.CloudApiClient.QNetworkAccessManager", return_value = self.network):
self.api = CloudApiClient(self.account, self._errorHandler)
def test_getClusters(self):