Removed dao_update_organisation

This commit is contained in:
Ken Tsang
2017-07-11 17:04:29 +01:00
parent 1ca59c4b44
commit 106d59006b
4 changed files with 6 additions and 14 deletions

View File

@@ -84,7 +84,7 @@ def test_post_create_organisation_without_name_or_colour_is_valid(admin_request,
@pytest.mark.parametrize('data_update', [
({'name': 'test organisation 1'}),
({'logo': 'images/text_x3.png', 'colour': '#ffffff'})
({'logo': 'images/text_x3.png', 'colour': '#ffffff'}),
])
def test_post_update_organisation_updates_field(admin_request, notify_db_session, data_update):
data = {