File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def test_cmd_instances(monkeypatch):
2424 " gui: https://dandi.emberarchive.org\n "
2525 "ember-dandi-sandbox:\n "
2626 " api: https://api-dandi.sandbox.emberarchive.org/api\n "
27- " gui: https://apl-setup--ember-dandi-archive.netlify.app/ \n "
27+ " gui: https://apl-setup--ember-dandi-archive.netlify.app\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 @@ -150,7 +150,7 @@ def urls(self) -> Iterator[str]:
150150 ),
151151 "ember-dandi-sandbox" : DandiInstance (
152152 "ember-dandi-sandbox" ,
153- "https://apl-setup--ember-dandi-archive.netlify.app/ " ,
153+ "https://apl-setup--ember-dandi-archive.netlify.app" ,
154154 "https://api-dandi.sandbox.emberarchive.org/api" ,
155155 ),
156156}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Example output:
3030 gui : https://lincbrain.org
3131 ember-dandi-sandbox :
3232 api : https://api-dandi.sandbox.emberarchive.org/api
33- gui : https://apl-setup--ember-dandi-archive.netlify.app/
33+ gui : https://apl-setup--ember-dandi-archive.netlify.app
3434 ember-dandi :
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