Commit 473d5f1a authored by Serge S. Koval's avatar Serge S. Koval

Fixed test

parent 15335f7c
......@@ -773,7 +773,7 @@ def test_list_row_actions():
# Test custom views
view = MockModelView(Model, endpoint='test3',
column_list_row_actions=[
column_extra_row_actions=[
template.LinkRowAction('glyphicon glyphicon-off', 'http://localhost/?id={row_id}'),
template.EndpointLinkRowAction('glyphicon glyphicon-test', 'test1.index_view')
])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment