changed call to skip to make the code more readable
- Legacy-Id: 8134
This commit is contained in:
parent
bdc9b7aa07
commit
cb659afd2f
|
@ -26,7 +26,7 @@ def condition_data():
|
|||
colors.bg_group_colors['FARFUT'] = 'white'
|
||||
|
||||
|
||||
@skipIf(skip_selenium,skip_selenium)
|
||||
@skipIf(bool(skip_selenium),skip_selenium)
|
||||
class ScheduleEditTests(LiveServerTestCase):
|
||||
def setUp(self):
|
||||
condition_data()
|
||||
|
|
Loading…
Reference in a new issue