mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 22:44:47 +02:00
Revert "resolved merge conflict"
This reverts commit85be976ee4
, reversing changes made tobd018e14ab
.
This commit is contained in:
parent
85be976ee4
commit
d1f3f0efb1
13 changed files with 129 additions and 1192 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue