about summary refs log tree commit diff
path: root/tests/qc_app
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-07-25 11:07:33 -0500
committerFrederick Muriuki Muriithi2024-07-25 14:34:09 -0500
commit754e8f214b940e05298cb360ed829f5c685d55a5 (patch)
tree62c2c5b601746621f0949b38937ad232f006dee2 /tests/qc_app
parentde9e1b9fe37928b864bea28b408de6c14d04526b (diff)
downloadgn-uploader-754e8f214b940e05298cb360ed829f5c685d55a5.tar.gz
Rename module: qc_app --> uploader
Diffstat (limited to 'tests/qc_app')
-rw-r--r--tests/qc_app/test_parse.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qc_app/test_parse.py b/tests/qc_app/test_parse.py
index 3915a4d..076c47c 100644
--- a/tests/qc_app/test_parse.py
+++ b/tests/qc_app/test_parse.py
@@ -4,7 +4,7 @@ import sys
 import redis
 import pytest
 
-from qc_app.jobs import job, jobsnamespace
+from uploader.jobs import job, jobsnamespace
 
 from tests.conftest import uploadable_file_object
 
@@ -24,7 +24,7 @@ def test_parse_with_existing_uploaded_file(#pylint: disable=[too-many-arguments]
           1. the system redirects to the job/parse status page
           2. the job is placed on redis for processing
     """
-    monkeypatch.setattr("qc_app.jobs.uuid4", lambda : job_id)
+    monkeypatch.setattr("uploader.jobs.uuid4", lambda : job_id)
     # Upload a file
     speciesid = 1
     filename = "no_data_errors.tsv"