Fix in webmodel and webmodel test

This commit is contained in:
Antonio de la Rosa 2018-08-30 13:52:13 +02:00
parent 191f373458
commit 2e9fa5fa8d
2 changed files with 11 additions and 5 deletions

View file

@ -83,7 +83,7 @@ class TestWebModelMethods(unittest.TestCase):
print('Select a row')
self.assertEqual(model.select_a_row(1, ['title']), {'title': 'Example title Updated'})
self.assertEqual(model.select_a_row(1, ['title', 'inexistent_field']), {'title': 'Example title Updated'})
print('Select a row with different conditions to search id')