File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ def test_cmd_instances(monkeypatch):
2222 "ember:\n "
2323 " api: https://api-dandi.emberarchive.org/api\n "
2424 " gui: https://dandi.emberarchive.org\n "
25- "ember-staging :\n "
26- " api: https://api-dandi-staging .emberarchive.org/api\n "
27- " gui: https://dandi-staging .emberarchive.org\n "
25+ "ember-sandbox :\n "
26+ " api: https://api-dandi-sandbox .emberarchive.org/api\n "
27+ " gui: https://dandi-sandbox .emberarchive.org\n "
2828 "linc:\n "
2929 " api: https://api.lincbrain.org/api\n "
3030 " gui: https://lincbrain.org\n "
Original file line number Diff line number Diff line change @@ -147,10 +147,10 @@ def urls(self) -> Iterator[str]:
147147 "https://dandi.emberarchive.org" ,
148148 "https://api-dandi.emberarchive.org/api" ,
149149 ),
150- "ember-staging " : DandiInstance (
151- "ember-staging " ,
152- "https://dandi-staging .emberarchive.org" ,
153- "https://api-dandi-staging .emberarchive.org/api" ,
150+ "ember-sandbox " : DandiInstance (
151+ "ember-sandbox " ,
152+ "https://dandi-sandbox .emberarchive.org" ,
153+ "https://api-dandi-sandbox .emberarchive.org/api" ,
154154 ),
155155}
156156# to map back url: name
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ Example output:
2828 linc :
2929 api : https://api.lincbrain.org/api
3030 gui : https://lincbrain.org
31- ember-staging :
32- api : https://api-dandi-staging .emberarchive.org/api
33- gui : https://dandi-staging .emberarchive.org
31+ ember-sandbox :
32+ api : https://api-dandi-sandbox .emberarchive.org/api
33+ gui : https://dandi-sandbox .emberarchive.org
3434 ember :
3535 api : https://api-dandi.emberarchive.org/api
3636 gui : https://dandi.emberarchive.org
You can’t perform that action at this time.
0 commit comments