mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-18 23:44:13 +02:00
updated linter length; linter reformatted several files
This commit is contained in:
parent
f0636013e0
commit
c760417e6a
65 changed files with 550 additions and 1727 deletions
|
@ -22,14 +22,10 @@ class TestGroups(TestCase):
|
|||
full_access_group = UserGroup.objects.get(name="full_access_group")
|
||||
|
||||
# Assert that the cisa_analysts_group exists in the database
|
||||
self.assertQuerysetEqual(
|
||||
UserGroup.objects.filter(name="cisa_analysts_group"), [cisa_analysts_group]
|
||||
)
|
||||
self.assertQuerysetEqual(UserGroup.objects.filter(name="cisa_analysts_group"), [cisa_analysts_group])
|
||||
|
||||
# Assert that the full_access_group exists in the database
|
||||
self.assertQuerysetEqual(
|
||||
UserGroup.objects.filter(name="full_access_group"), [full_access_group]
|
||||
)
|
||||
self.assertQuerysetEqual(UserGroup.objects.filter(name="full_access_group"), [full_access_group])
|
||||
|
||||
# Test permissions for cisa_analysts_group
|
||||
# Verifies permission data migrations ran as expected.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue