From f2c543e2d1e4f0c76c7bd3b0626510b4fc2cbb95 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Sun, 7 Jan 2024 08:07:46 -0500 Subject: [PATCH] minor portal_utils updates --- test/test_portal_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_portal_utils.py b/test/test_portal_utils.py index 13447acb0..caf33c343 100644 --- a/test/test_portal_utils.py +++ b/test/test_portal_utils.py @@ -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