From ddad176111e962e8b773d8dd7467e8536ba4e5b4 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 31 Aug 2022 03:30:28 +0300 Subject: Update test: use new script name. --- tests/qc_app/test_parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.3