Added the organization public user to the api key check
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- Use regular user role
|
||||
SET ROLE test_regular_user;
|
||||
-- Add to the search path the schema
|
||||
SET search_path TO "$user",public,cartodb,cdb_geocoder_client;
|
||||
SET search_path TO public,cartodb,cdb_geocoder_client;
|
||||
-- Exercise the public function
|
||||
-- it is public, it shall work
|
||||
SELECT cdb_geocode_admin0_polygon('Spain');
|
||||
|
||||
Reference in New Issue
Block a user