Comment out test

This commit is contained in:
ChrisTerBeke 2018-11-26 15:02:52 +01:00
parent 269d596f5d
commit 39f92ced90

View file

@ -72,8 +72,8 @@ class CloudOutputDeviceManager(NetworkClient):
for cluster in clusters:
self._addCloudOutputDevice(cluster)
# # For testing we add a dummy device:
# self._addCloudOutputDevice({ "cluster_id": "LJ0tciiuZZjarrXAvFLEZ6ox4Cvx8FvtXUlQv4vIhV6w" })
# For testing we add a dummy device:
# self._addCloudOutputDevice(CloudCluster(cluster_id = "LJ0tciiuZZjarrXAvFLEZ6ox4Cvx8FvtXUlQv4vIhV6w"))
@staticmethod
def _parseStatusResponse(reply: QNetworkReply) -> List[CloudCluster]: