Updated Organisations DAO

This commit is contained in:
Ken Tsang
2017-07-05 11:17:03 +01:00
parent c743e52fe8
commit 37df051c32
5 changed files with 64 additions and 3 deletions

View File

@@ -229,7 +229,7 @@ def create_service_inbound_api(
return service_inbound_api
def create_organisation(colour='blue', logo='test_x2.png', name='test_logo'):
def create_organisation(colour='blue', logo='test_x2.png', name='test_org_1'):
data = {
'colour': colour,
'logo': logo,