From 4f2316603b2ccc92fbef59c5e70e25f7b0e2b325 Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Tue, 19 Jan 2021 20:46:50 +0100 Subject: [PATCH] Remove fetch alls --- iotclient/iot_client.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/iotclient/iot_client.py b/iotclient/iot_client.py index 1dbc012..ec180f7 100644 --- a/iotclient/iot_client.py +++ b/iotclient/iot_client.py @@ -253,29 +253,23 @@ def test_script(argv): testCommands.append("trigger") testCommands.append("fetchall") testCommands.append("delete") - testCommands.append("fetchall") for i in range(6): testCommands.append("trigger") testCommands.append("update") - testCommands.append("fetchall") for i in range(4): testCommands.append("trigger") testCommands.append("update") testCommands.append("trigger") testCommands.append("delete") - testCommands.append("fetchall") for i in range(5): testCommands.append("trigger") testCommands.append("update") - testCommands.append("fetchall") for i in range(7): testCommands.append("trigger") testCommands.append("fetchall") testCommands.append("delete") - testCommands.append("fetchall") for i in range(4): testCommands.append("trigger") - testCommands.append("fetchall") testCommands.append("exit") testscriptData.append(len(testCommands)) else: