Make gulp lint happy

This commit is contained in:
bugbountyguy 2022-03-04 10:07:50 -06:00 committed by Christopher Charbonneau Wells
parent f94b533568
commit 8b5c3eb5b9
1 changed files with 1 additions and 3 deletions

View File

@ -213,9 +213,7 @@ class PumpingFormsTestCase(FormsTestCaseBase):
page = self.c.post("/pumping/add/", params, follow=True)
self.assertEqual(page.status_code, 200)
self.assertContains(
page, "Pumping entry for {} added".format(str(self.child))
)
self.assertContains(page, "Pumping entry for {} added".format(str(self.child)))
def test_edit(self):
params = {