mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 09:07:02 +02:00
Update test_admin.py
This commit is contained in:
parent
c22438d2ad
commit
34e2e82a0c
1 changed files with 1 additions and 1 deletions
|
@ -1538,7 +1538,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
||||||
|
|
||||||
# Since we're using client to mock the request, we can only test against
|
# Since we're using client to mock the request, we can only test against
|
||||||
# non-interpolated values
|
# non-interpolated values
|
||||||
expected_content = "<strong>Requested domain:</strong>"
|
expected_content = "Requested domain:"
|
||||||
expected_content2 = '<span class="scroll-indicator"></span>'
|
expected_content2 = '<span class="scroll-indicator"></span>'
|
||||||
expected_content3 = '<div class="submit-row-wrapper submit-row-wrapper--analyst-view">'
|
expected_content3 = '<div class="submit-row-wrapper submit-row-wrapper--analyst-view">'
|
||||||
self.assertContains(request, expected_content)
|
self.assertContains(request, expected_content)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue