diff options
| author | Frederick Muriuki Muriithi | 2026-02-09 12:04:59 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-02-09 12:04:59 -0600 |
| commit | e3d8b80b76d56227244972690e65cc37688372dc (patch) | |
| tree | 255ba0b72fe1e8cb41609350b8c920be02c02f35 /tests/uploader/test_parse.py | |
| parent | 25e1047faec00b117b962a9d453d536d3843ca41 (diff) | |
| download | gn-uploader-e3d8b80b76d56227244972690e65cc37688372dc.tar.gz | |
Update configuration variable name.
Diffstat (limited to 'tests/uploader/test_parse.py')
| -rw-r--r-- | tests/uploader/test_parse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/uploader/test_parse.py b/tests/uploader/test_parse.py index 20c75b7..56e1b41 100644 --- a/tests/uploader/test_parse.py +++ b/tests/uploader/test_parse.py @@ -50,7 +50,7 @@ def test_parse_with_existing_uploaded_file( assert the_job["command"] == " ".join([ sys.executable, "-m", "scripts.validate_file", db_url, redis_url, jobs_prefix, job_id, "--redisexpiry", str(redis_ttl), str(speciesid), - filetype, f"{client.application.config['UPLOAD_FOLDER']}/{filename}"]) + filetype, f"{client.application.config['UPLOADS_DIRECTORY']}/{filename}"]) @pytest.mark.parametrize( "filename,uri,error_msgs", |
