mirror of https://github.com/snachodog/mybuddy.git
Make gulp lint happy
This commit is contained in:
parent
f94b533568
commit
8b5c3eb5b9
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue