diff options
author | Frederick Muriuki Muriithi | 2025-06-11 05:37:30 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-11 05:37:30 -0500 |
commit | 91df005212363108f4deb31dc0fc81e2424547ce (patch) | |
tree | 51666cad37a262c8d82b5391a1ab668fe7d63d3e /tests/uploader/test_parse.py | |
parent | 34161e8f6147120eae6530d9de501b0866bb84c6 (diff) | |
download | gn-uploader-91df005212363108f4deb31dc0fc81e2424547ce.tar.gz |
Fix issues caught by linter.
Diffstat (limited to 'tests/uploader/test_parse.py')
-rw-r--r-- | tests/uploader/test_parse.py | 3 |
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, |