diff --git a/server/tests/test_utils.py b/server/tests/test_utils.py index 2075459..2c5d541 100644 --- a/server/tests/test_utils.py +++ b/server/tests/test_utils.py @@ -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"