Skip to content

Commit

Permalink
minor portal_utils updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jan 7, 2024
1 parent 38ef0df commit f2c543e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_portal_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_portal_constructor_b():
assert portal.key == {"key": "ABCDEFGHI", "secret": "adfxdloiebvhzp", "server": "http://localhost:8080"}
assert portal.keys_file == keys_file
assert portal.env == "smaht-local"
assert portal.app is "smaht"
assert portal.app == "smaht"
assert portal.vapp is None
assert portal.ini_file is None

Expand Down

0 comments on commit f2c543e

Please sign in to comment.