Renamed create to add for organisations

This commit is contained in:
Ken Tsang
2018-02-08 17:30:32 +00:00
parent a200f1a17e
commit 11a7fc49b7
3 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ def test_create_new_organisation(
org = {'name': 'new name'}
logged_in_platform_admin_client.post(
url_for('.create_organisation'),
url_for('.add_organisation'),
content_type='multipart/form-data',
data=org
)