Project for the UPV to develop an app like BlaBlaCar but only for UPV people.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixed middleware for django 1.10

+1 -1
+1 -1
upvcarshare/users/tests/test_api.py
··· 36 36 self.assertEqual(response.status_code, status.HTTP_200_OK) 37 37 user = User.objects.get(pk=self.user.pk) 38 38 self.assertEquals( 39 - "SRID=4326;POINT (-0.3767699999989399 39.46913999999703)", 39 + "SRID=4326;POINT (-0.3767699999989411 39.46913999999702)", 40 40 six.text_type(user.get_default_position_wgs84()) 41 41 ) 42 42 self.assertEquals("foo", user.default_address)