diff options
author | Frederick Muriuki Muriithi | 2023-04-06 12:43:56 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-04-06 12:43:56 +0300 |
commit | db6457bfbcccce35162d9d2ece988c7c8c8f9308 (patch) | |
tree | 47e4e5f8023fe41ef9e37a88138bc1c1a359eda5 /tests/integration | |
parent | 17abad9300e4a96a14f94da486ef8307f7d27e06 (diff) | |
download | genenetwork3-db6457bfbcccce35162d9d2ece988c7c8c8f9308.tar.gz |
Fix linting issues
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |