mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-14 15:05:14 +02:00
lint
This commit is contained in:
parent
e0bc28f2c7
commit
944a3f4a7e
2 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
from datetime import date
|
from datetime import date
|
||||||
import logging
|
import logging
|
||||||
import copy
|
import copy
|
||||||
import json
|
|
||||||
from django.template.loader import get_template
|
|
||||||
from django import forms
|
from django import forms
|
||||||
from django.db.models import Value, CharField, Q
|
from django.db.models import Value, CharField, Q
|
||||||
from django.db.models.functions import Concat, Coalesce
|
from django.db.models.functions import Concat, Coalesce
|
||||||
|
|
|
@ -133,7 +133,6 @@ class GetActionNeededEmailForUserJsonTest(TestCase):
|
||||||
@less_console_noise_decorator
|
@less_console_noise_decorator
|
||||||
def test_get_action_needed_email_for_user_json_superuser(self):
|
def test_get_action_needed_email_for_user_json_superuser(self):
|
||||||
"""Test that a superuser can fetch the action needed email."""
|
"""Test that a superuser can fetch the action needed email."""
|
||||||
p = "adminpass"
|
|
||||||
self.client.force_login(self.superuser)
|
self.client.force_login(self.superuser)
|
||||||
|
|
||||||
response = self.client.get(
|
response = self.client.get(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue