aboutsummaryrefslogtreecommitdiff
path: root/tests/integration
diff options
context:
space:
mode:
authorBonfaceKilz2021-02-24 18:17:06 +0300
committerBonfaceKilz2021-03-08 21:09:58 +0300
commitd266756d26e78e77b99515802de51ec1151a7abb (patch)
tree50446df697585eae267741b475aee314cceca6e4 /tests/integration
parentfde7e47975bcdc936b95f527a4880409ff54cf3e (diff)
downloadgenenetwork3-d266756d26e78e77b99515802de51ec1151a7abb.tar.gz
Make the name of the redis job queue configurable
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/test_gemma.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/test_gemma.py b/tests/integration/test_gemma.py
index 7f84b50..ed05cac 100644
--- a/tests/integration/test_gemma.py
+++ b/tests/integration/test_gemma.py
@@ -60,6 +60,7 @@ class GemmaAPITest(unittest.TestCase):
mock_queue_cmd.assert_has_calls(
[mock.call(conn=_redis_conn,
email="me@me.com",
+ job_queue="GN3::job-queue",
cmd=("gemma-wrapper --json -- -g "
"genofile.txt -p test.txt "
"-a genofile_snps.txt -gk > "