diff options
Diffstat (limited to 'tests/integration/test_gemma.py')
-rw-r--r-- | tests/integration/test_gemma.py | 1 |
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 > " |