Remove undeterministic test

Remove assertContains test. Tags for this input vere generated
in random order.

Change-Id: Ie5497d964b11cf51f2438dd6ba3a3356358e04fe
This commit is contained in:
Artur Basiak 2017-08-03 09:08:09 +02:00
parent 04e2089cf5
commit 7d3cc6a111
1 changed files with 0 additions and 2 deletions

View File

@ -76,8 +76,6 @@ class AlarmDefinitionsTest(helpers.TestCase):
step = workflow.get_step('setalarmnotificationsaction')
self.assertIsNotNone(step)
self.assertContains(res, '<input type="text" name="description" '
'class="form-control" id="id_description" />')
self.assertContains(res, '<select class="form-control" '
'id="id_severity"')