Private
Public Access
1
0

removed tests of removed urls

This commit is contained in:
2024-03-25 21:31:08 +01:00
parent 02c998af3e
commit 892d6e4a83
8 changed files with 2 additions and 102 deletions

View File

@@ -739,6 +739,6 @@ class InteractivePlotTests(TestCase):
workout = Workout.objects.filter(user=self.r,workouttype__in=mytypes.rowtypes)[0]
id = workout.id
script, div, js_res, css_res, comment = interactiveplots.interactive_flexchart_stacked(id,self.r)
script, div = interactiveplots.interactive_flexchart_stacked(id,self.r)
self.assertFalse(len(script)==0)
self.assertFalse(len(div)==0)