From e69f9aa145759cc7815d108b7caef68c652d02d1 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 10 Mar 2021 15:53:56 +0300 Subject: Add missing "/" in URL in docstring --- tests/integration/test_gemma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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//loco/covars/maf/ + """Test /gemma/gwa-compute//loco/covars/maf// """ mock_path_exist.return_value, _redis_conn = True, mock.MagicMock() -- cgit v1.2.3