Fix typo in test case
This commit is contained in:
@@ -11,7 +11,7 @@ requests_mock.Mocker.TEST_PREFIX = 'test_'
|
|||||||
|
|
||||||
|
|
||||||
@requests_mock.Mocker()
|
@requests_mock.Mocker()
|
||||||
class GoogleGeocoderTestCase(unittest.TestCase):
|
class MapzenGeocoderTestCase(unittest.TestCase):
|
||||||
MAPZEN_GEOCODER_URL = 'https://search.mapzen.com/v1/search'
|
MAPZEN_GEOCODER_URL = 'https://search.mapzen.com/v1/search'
|
||||||
|
|
||||||
EMPTY_RESPONSE = """{
|
EMPTY_RESPONSE = """{
|
||||||
|
|||||||
Reference in New Issue
Block a user