Integration tests for the data observatory
This commit is contained in:
@@ -25,7 +25,7 @@ RETURNS cdb_dataservices_server.simple_route AS $$
|
||||
|
||||
quota_service = QuotaService(user_routing_config, redis_conn)
|
||||
if not quota_service.check_user_quota():
|
||||
plpy.error('You have reach the limit of your quota')
|
||||
plpy.error('You have reached the limit of your quota')
|
||||
|
||||
try:
|
||||
client = MapzenRouting(user_routing_config.mapzen_api_key)
|
||||
|
||||
Reference in New Issue
Block a user