Change count on test

This commit is contained in:
zandercymatics 2024-01-18 09:50:14 -07:00
parent 8fb83afcae
commit c60c4126f6
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -96,7 +96,7 @@ class LoggedInTests(TestWithUser):
response = self.client.get("/")
# count = 5 because of screenreader content
self.assertContains(response, "igorville.gov", count=4)
self.assertContains(response, "igorville.gov", count=5)
# clean up
application.delete()