Fix in webmodel and webmodel test
This commit is contained in:
parent
191f373458
commit
2e9fa5fa8d
2 changed files with 11 additions and 5 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue