fix broken test

This commit is contained in:
matthewswspence 2024-12-31 11:11:24 -06:00
parent 887a9dfc33
commit 7fd5bacb03
No known key found for this signature in database
GPG key ID: FB458202A7852BA4
2 changed files with 3 additions and 3 deletions

View file

@ -2632,7 +2632,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
change_url = reverse("admin:%s_%s_change" % (app_label, model_name), args=[obj_id])
message = format_html(
"The status of this domain request cannot be changed because it has been joined to a domain in Ready status:" # noqa: E501
"The status of this domain request cannot be changed because it has been joined to a domain in Ready status: " # noqa: E501
"<a href='{}'>{}</a>",
mark_safe(change_url), # nosec
escape(str(domain)),