Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb committed Jan 28, 2022
1 parent 57955a9 commit 27acc6d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ def test_get_system_root():
get_system_root("designsafe.storage.published")
== "/corral-repl/tacc/NHERI/published"
)
assert (
get_system_root("nees.public")
== "/corral-repl/tacc/NHERI/public/projects"
)
assert get_system_root("nees.public") == "/corral-repl/tacc/NHERI/public/projects"
assert (
get_system_root("project-7448086614930166251-242ac113-0001-012")
== "/corral-repl/tacc/NHERI/projects/7448086614930166251-242ac113-0001-012"
Expand Down

0 comments on commit 27acc6d

Please sign in to comment.