fixed for fix of geo data in track_user view

This commit is contained in:
Sam
2021-03-11 10:14:40 +00:00
parent 8a004b127e
commit 391ada843c
2 changed files with 9 additions and 3 deletions

View File

@@ -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