Download CSV option now available.

App is updated to use the rebased db.
This commit is contained in:
Nicholas Staples
2016-04-12 14:19:51 +01:00
parent bcdde451af
commit a6d1c5b693
21 changed files with 251 additions and 142 deletions

View File

@@ -114,7 +114,7 @@ def test_should_redirect_after_service_name_confirmation(app_,
mock_update_service.assert_called_once_with(service_id,
service_new_name,
service_one['active'],
service_one['limit'],
service_one['message_limit'],
service_one['restricted'],
service_one['users'],
email_safe(service_new_name))