Merge branch 'main' into dk/2789-member-page

This commit is contained in:
David Kennedy 2024-10-08 15:04:45 -04:00
commit 0dbaf1ea97
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
52 changed files with 1312 additions and 571 deletions

View file

@ -1381,7 +1381,10 @@ class TestUserPortfolioPermission(TestCase):
self.assertEqual(
cm.exception.message,
"Only one portfolio permission is allowed per user when multiple portfolios are disabled.",
(
"This user is already assigned to a portfolio. "
"Based on current waffle flag settings, users cannot be assigned to multiple portfolios."
),
)
@less_console_noise_decorator