fixed error in create_company_user view
This commit is contained in:
@@ -146,7 +146,7 @@ class CompanyViewSetTest(APITestCase):
|
||||
'logo': None,
|
||||
'city': None,
|
||||
'address': 'qwer qewr 5',
|
||||
'geo': None,
|
||||
'geo': {'longitude': 1.0, 'latitude': 1.0},
|
||||
'phone': '1234',
|
||||
'mobile': '4321',
|
||||
'other_phone': '41423',
|
||||
|
||||
Reference in New Issue
Block a user