Resolve PEP8 in IoTDM
[integration/test.git] / csit / libraries / IoTDM / client_libs / testing / test_onem2m_http.py
index 0c2004b486bb3fada8ad9c56a76cb2a27de1cdc0..364fa452552f9436082b09e76acb206824a10a09 100644 (file)
@@ -77,8 +77,7 @@ class TestOneM2MHttp(unittest.TestCase):
         builder.set_content(content)
         primitive = builder.build()
 
-        rsp_primitive = tx.send(primitive)
-        # TODO rsp_primitive should be the same primitive, just use _compare()
+        tx.send(primitive)
         # TODO method of primitive if was correctly encoded / decoded
 
         tx.stop()