diff --git a/app/tests/test_app.py b/app/tests/test_app.py index 28b67c4e..4c682b49 100644 --- a/app/tests/test_app.py +++ b/app/tests/test_app.py @@ -431,6 +431,7 @@ def test_configure(self, get, get_creds, avatar): self.assertEqual(200, res.status_code) self.assertIn(b"Select Optional Features:", res.data) + utils.CREDS_CACHE = {} get_creds.return_value = [{"id": "credid", "type": "fedcloud", "host": "site_url", "vo": "voname", "enabled": True}, {"id": "credid1", "type": "OpenStack", "host": "site_url1",