diff --git a/tests/test_rpc.py b/tests/test_rpc.py index 7de4f5a..b6bb48d 100644 --- a/tests/test_rpc.py +++ b/tests/test_rpc.py @@ -40,8 +40,6 @@ def get_data(_): client = await self.get_ws_client() - data = str(uuid.uuid4()) - response = await client.proxy.get_data() self.assertEqual(response, 1000) @@ -57,7 +55,5 @@ def get_data(self, _): client = await self.get_ws_client() - data = str(uuid.uuid4()) - response = await client.proxy.get_data() self.assertEqual(response, 1000)