mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 22:58:11 +08:00
Rename diffexpression
This commit is contained in:
@@ -48,7 +48,7 @@ class EndPoints(unittest.TestCase):
|
||||
assert len(result_data["data"]["cells"][0]['e']) == 3
|
||||
|
||||
def test_diffexp(self):
|
||||
url = "{base}{endpoint}".format(base=self.url_base, endpoint="diffexp")
|
||||
url = "{base}{endpoint}".format(base=self.url_base, endpoint="diffexpression")
|
||||
result = self.session.post(url, data=json.dumps({"celllist1": ["AAACATACAACCAC-1", "AACCGATGGTCATG-1"], "celllist2": ["CCGATAGACCTAAG-1", "GGTGGAGAAGTAGA-1"]}), headers={'content-type': 'application/json'})
|
||||
assert result.status_code == 200
|
||||
|
||||
Reference in New Issue
Block a user