Fix tags order in test

Change-Id: I4a32d89e410191b7109f04318f35d5363aea7c5c
This commit is contained in:
Artur Basiak 2017-08-01 14:49:09 +02:00
parent 57ddc80d05
commit 04e2089cf5
1 changed files with 1 additions and 1 deletions

View File

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