removing print statement
This commit is contained in:
@@ -162,8 +162,6 @@ class CPChartTest(TestCase):
|
|||||||
sex = r.sex,
|
sex = r.sex,
|
||||||
weightc = r.weightcategory)
|
weightc = r.weightcategory)
|
||||||
|
|
||||||
print(url)
|
|
||||||
|
|
||||||
response = self.c.get(url)
|
response = self.c.get(url)
|
||||||
self.assertEqual(response.status_code,200)
|
self.assertEqual(response.status_code,200)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user