diff --git a/lightapi/python/tests/connector/test_BasicConnector.py b/lightapi/python/tests/connector/test_BasicConnector.py index 95893ee5b..4ec7f8349 100644 --- a/lightapi/python/tests/connector/test_BasicConnector.py +++ b/lightapi/python/tests/connector/test_BasicConnector.py @@ -183,7 +183,7 @@ async def test_can_issue_get_with_named_property(server): # pylint: disable=red assert 152 == network_identifier -async def _assert_can_issue_request(server, action, url_path): +async def _assert_can_issue_request(server, action, url_path): # pylint: disable=redefined-outer-name # Arrange: connector = BasicConnector(server.make_url('')) @@ -196,7 +196,7 @@ async def _assert_can_issue_request(server, action, url_path): assert {'message': 'hello world', 'action': action} == response_json -async def _assert_can_issue_request_with_named_property(server, action, url_path): +async def _assert_can_issue_request_with_named_property(server, action, url_path): # pylint: disable=redefined-outer-name # Arrange: connector = BasicConnector(server.make_url('')) diff --git a/lightapi/python/tests/connector/test_NemConnector.py b/lightapi/python/tests/connector/test_NemConnector.py index 5b880124c..8837f39bf 100644 --- a/lightapi/python/tests/connector/test_NemConnector.py +++ b/lightapi/python/tests/connector/test_NemConnector.py @@ -500,4 +500,4 @@ async def test_can_query_block_at(server): # pylint: disable=redefined-outer-na ) ) == block -# endregion \ No newline at end of file +# endregion