tests: fix check against visualisation name

This commit is contained in:
Frédéric Péters 2019-11-29 12:05:32 +01:00
parent 95a159eb7a
commit 71a950d1c0
1 changed files with 1 additions and 1 deletions

View File

@ -452,6 +452,6 @@ def test_chartng_cell_manager(app, admin_user):
(u'plop:second', False, u'second visualization (Y)'),
(u'plop:seventh', False, u'seventh visualization (loop/X/Y)'),
(u'plop:sixth', False, u'sixth visualization (loop/Y)'),
(u'plop:tenth', False, u'third visualization (percents)'),
(u'plop:tenth', False, u'tenth visualization (percents)'),
(u'plop:third', False, u'third visualization (X/Y)'),
]