diff options
author | Frederick Muriuki Muriithi | 2022-08-31 03:30:28 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-08-31 03:30:28 +0300 |
commit | ddad176111e962e8b773d8dd7467e8536ba4e5b4 (patch) | |
tree | 6f4ad7266f46f25a072e54ceaf16e60d99f7064c /tests | |
parent | 97f0b71f5a2e8ed7d862f4ca43ea33b2000cd5b6 (diff) | |
download | gn-uploader-ddad176111e962e8b773d8dd7467e8536ba4e5b4.tar.gz |
Update test: use new script name.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qc_app/test_parse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qc_app/test_parse.py b/tests/qc_app/test_parse.py index a4bfdd5..e608a03 100644 --- a/tests/qc_app/test_parse.py +++ b/tests/qc_app/test_parse.py @@ -36,7 +36,7 @@ def test_parse_with_existing_uploaded_file( assert the_job["job_id"] == job_id assert the_job["filename"] == filename assert the_job["command"] == " ".join([ - "python3", "-m", "scripts.worker", filetype, + "python3", "-m", "scripts.validate_file", filetype, f"{client.application.config['UPLOAD_FOLDER']}/{filename}", redis_url, job_id]) |