fixed for fix of geo data in track_user view
This commit is contained in:
@@ -116,7 +116,7 @@ class TrackUserViewTest(APITestCase):
|
||||
'model': 'company',
|
||||
'id': company.id,
|
||||
},
|
||||
'geo': (12.2, -0.545)
|
||||
'geo': {'latitude': 12.2, 'longitude': -0.545}
|
||||
}
|
||||
|
||||
# Query endpoint
|
||||
|
||||
Reference in New Issue
Block a user