Skip to content

Commit

Permalink
fixup order to pass test
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Feb 12, 2025
1 parent a0be2e6 commit d814f95
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dandi/cli/tests/test_instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ def test_cmd_instances(monkeypatch):
"dandi-staging:\n"
" api: https://api-staging.dandiarchive.org/api\n"
" gui: https://gui-staging.dandiarchive.org\n"
"linc:\n"
" api: https://api.lincbrain.org/api\n"
" gui: https://lincbrain.org\n"
"linc-staging:\n"
" api: https://staging-api.lincbrain.org/api\n"
" gui: https://staging.lincbrain.org\n"
"ember:\n"
" api: https://api-dandi.emberarchive.org/api\n"
" gui: https://dandi.emberarchive.org\n"
"ember-staging:\n"
" api: https://api-dandi-staging.emberarchive.org/api\n"
" gui: https://dandi-staging.emberarchive.org\n"
"linc:\n"
" api: https://api.lincbrain.org/api\n"
" gui: https://lincbrain.org\n"
"linc-staging:\n"
" api: https://staging-api.lincbrain.org/api\n"
" gui: https://staging.lincbrain.org\n"
)

0 comments on commit d814f95

Please sign in to comment.