This commit is contained in:
zandercymatics 2024-09-05 15:24:38 -06:00
parent e0bc28f2c7
commit 944a3f4a7e
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 0 additions and 3 deletions

View file

@ -1,8 +1,6 @@
from datetime import date
import logging
import copy
import json
from django.template.loader import get_template
from django import forms
from django.db.models import Value, CharField, Q
from django.db.models.functions import Concat, Coalesce

View file

@ -133,7 +133,6 @@ class GetActionNeededEmailForUserJsonTest(TestCase):
@less_console_noise_decorator
def test_get_action_needed_email_for_user_json_superuser(self):
"""Test that a superuser can fetch the action needed email."""
p = "adminpass"
self.client.force_login(self.superuser)
response = self.client.get(