From aabdbe0508be192065496f25aacd04fed0950675 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Mon, 23 Jan 2023 14:07:22 +0100 Subject: [PATCH] Fixed comments --- tests/test_integration/test_connections.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_integration/test_connections.py b/tests/test_integration/test_connections.py index 5156f52..b8e32be 100644 --- a/tests/test_integration/test_connections.py +++ b/tests/test_integration/test_connections.py @@ -11,8 +11,8 @@ from lolafect.connections import connect_to_trino, close_trino_connection # - The calling shell to have permission in AWS # - The calling shell to be within the Mercadão network # - Do not use this tests as part of CI/CD pipelines since they are not idempotent and -# rely on many external. Instead, use them manually to check yourself that things are -# working properly. +# rely external resources. Instead, use them manually to check yourself that things +# are working properly. TEST_LOLACONFIG = build_lolaconfig(flow_name="testing-suite")