aboutsummaryrefslogtreecommitdiff
path: root/tests/integration
diff options
context:
space:
mode:
authorBonfaceKilz2021-02-24 14:18:07 +0300
committerBonfaceKilz2021-02-24 14:20:29 +0300
commit23da0318446aa266e5feb64d3bd998a466725570 (patch)
tree330d521f5ab10033b0210ae8f9687411cae053ab /tests/integration
parenta0f1ee1f4cb4b7d3494b47335fc48e63e40d85d3 (diff)
downloadgenenetwork3-23da0318446aa266e5feb64d3bd998a466725570.tar.gz
Rename "/gemma/run" to "/gemma/k-gwa-computation"
Diffstat (limited to 'tests/integration')
-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 d9ebeb1..7f84b50 100644
--- a/tests/integration/test_gemma.py
+++ b/tests/integration/test_gemma.py
@@ -48,7 +48,7 @@ class GemmaAPITest(unittest.TestCase):
"bxd_GWA_gUFhGu4rLG7k+CXLPk1OUg.txt")
]
mock_queue_cmd.return_value = "my-unique-id"
- response = self.app.post("/gemma/run", json={
+ response = self.app.post("/gemma/k-gwa-computation", json={
"trait_filename": "BXD.txt",
"geno_filename": "BXD_geno",
"values": ["X", "N/A", "X"],