mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 12:58:13 +08:00
Updating to latest cellxgene client code
Fixes the build error in the old version. Reverted the API version since we changed directions from updating the API to refactoring the server structure instead.
This commit is contained in:
@@ -8,7 +8,7 @@ class EndPoints(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
# Local
|
||||
self.url_base = "http://0.0.0.0:5005/api/" + "v2.0/"
|
||||
self.url_base = "http://0.0.0.0:5005/api/" + "v0.1/"
|
||||
self.session = requests.Session()
|
||||
|
||||
def test_cells(self):
|
||||
|
||||
Reference in New Issue
Block a user