From db6457bfbcccce35162d9d2ece988c7c8c8f9308 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 6 Apr 2023 12:43:56 +0300 Subject: Fix linting issues --- tests/integration/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/integration') diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index 795c42d..8e39726 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -18,7 +18,7 @@ def client(): @pytest.fixture(scope="session") -def db_conn(client): +def db_conn(client): # pylint: disable=[redefined-outer-name] """Create a db connection fixture for tests""" # 01) Generate random string to append to all test db artifacts for the session live_db_uri = client.application.config["SQL_URI"] -- cgit v1.2.3