mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-29 14:06:32 +02:00
unit test fix
This commit is contained in:
parent
f56ccf95da
commit
af1ccd625f
1 changed files with 1 additions and 1 deletions
|
@ -2222,7 +2222,7 @@ class TestRemovePortfolios(TestCase):
|
|||
# Check that the unlisted portfolio was removed
|
||||
self.assertEqual(Portfolio.objects.count(), 1)
|
||||
self.assertFalse(Portfolio.objects.filter(organization_name="Test with orphaned objects").exists())
|
||||
self.assertFalse(Portfolio.objects.filter(organization_name="Test with orphaned objects").exists())
|
||||
self.assertFalse(Portfolio.objects.filter(organization_name="Test with suborg").exists())
|
||||
self.assertTrue(Portfolio.objects.filter(organization_name="Department of Veterans Affairs").exists())
|
||||
|
||||
@patch("registrar.management.commands.utility.terminal_helper.TerminalHelper.query_yes_no")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue