aboutsummaryrefslogtreecommitdiff
path: root/tests/uploader/test_parse.py
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-06-11 05:37:30 -0500
committerFrederick Muriuki Muriithi2025-06-11 05:37:30 -0500
commit91df005212363108f4deb31dc0fc81e2424547ce (patch)
tree51666cad37a262c8d82b5391a1ab668fe7d63d3e /tests/uploader/test_parse.py
parent34161e8f6147120eae6530d9de501b0866bb84c6 (diff)
downloadgn-uploader-91df005212363108f4deb31dc0fc81e2424547ce.tar.gz
Fix issues caught by linter.
Diffstat (limited to 'tests/uploader/test_parse.py')
-rw-r--r--tests/uploader/test_parse.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/uploader/test_parse.py b/tests/uploader/test_parse.py
index 076c47c..20c75b7 100644
--- a/tests/uploader/test_parse.py
+++ b/tests/uploader/test_parse.py
@@ -8,7 +8,8 @@ from uploader.jobs import job, jobsnamespace
from tests.conftest import uploadable_file_object
-def test_parse_with_existing_uploaded_file(#pylint: disable=[too-many-arguments]
+def test_parse_with_existing_uploaded_file(
+ #pylint: disable=[too-many-arguments,too-many-positional-arguments]
client,
db_url,
redis_url,