Revert "resolved merge conflict"

This reverts commit 85be976ee4, reversing
changes made to bd018e14ab.
This commit is contained in:
CocoByte 2024-10-09 14:08:05 -06:00
parent 85be976ee4
commit d1f3f0efb1
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
13 changed files with 129 additions and 1192 deletions

View file

@ -82,6 +82,7 @@ class DomainRequestTests(TestWithUser, WebTest):
response = self.app.get(f"/domain-request/{domain_request.id}")
# Ensure that the date is still set to None
self.assertIsNone(domain_request.last_status_update)
print(response)
# We should still grab a date for this field in this event - but it should come from the audit log instead
self.assertContains(response, "Started on:")
self.assertContains(response, fixed_date.strftime("%B %-d, %Y"))