aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBonfaceKilz2021-03-10 15:53:56 +0300
committerBonfaceKilz2021-03-10 15:53:56 +0300
commite69f9aa145759cc7815d108b7caef68c652d02d1 (patch)
treedcfb4d04af355745c4850b868f124b29b6f0a7c2 /tests
parentb1e0c239aed2ee4377b9ee47af2ed0ae41c8ebba (diff)
downloadgenenetwork3-e69f9aa145759cc7815d108b7caef68c652d02d1.tar.gz
Add missing "/" in URL in docstring
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/test_gemma.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/test_gemma.py b/tests/integration/test_gemma.py
index d78eead..a04b0df 100644
--- a/tests/integration/test_gemma.py
+++ b/tests/integration/test_gemma.py
@@ -258,7 +258,7 @@ class GemmaAPITest(unittest.TestCase):
def test_gwa_compute_with_loco_covars(self, mock_redis, mock_path_exist,
mock_json, mock_hash,
mock_queue_cmd):
- """Test /gemma/gwa-compute/<k-inputfile>/loco/covars/maf/<maf><token>
+ """Test /gemma/gwa-compute/<k-inputfile>/loco/covars/maf/<maf>/<token>
"""
mock_path_exist.return_value, _redis_conn = True, mock.MagicMock()