diff options
author | BonfaceKilz | 2021-03-10 15:53:56 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-03-10 15:53:56 +0300 |
commit | e69f9aa145759cc7815d108b7caef68c652d02d1 (patch) | |
tree | dcfb4d04af355745c4850b868f124b29b6f0a7c2 | |
parent | b1e0c239aed2ee4377b9ee47af2ed0ae41c8ebba (diff) | |
download | genenetwork3-e69f9aa145759cc7815d108b7caef68c652d02d1.tar.gz |
Add missing "/" in URL in docstring
-rw-r--r-- | tests/integration/test_gemma.py | 2 |
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() |