25a26,37 > diff --git a/tests/inc/gmap_defaults.inc b/tests/inc/gmap_defaults.inc > index 428ccdf..05e16c2 100644 > --- a/tests/inc/gmap_defaults.inc > +++ b/tests/inc/gmap_defaults.inc > @@ -109,7 +109,6 @@ function legacy__gmap_base_js() { > $query = array( > 'v' => variable_get('gmap_api_version', GMAP_API_VERSION), > 'language' => $langcode, > - 'sensor' => 'false', > 'libraries' => implode(array_merge(variable_get('gmap_api_libraries', array()), legacy_gmap_module_invoke('libraries', $m)), ','), > ); > if ($key = legacy_gmap_get_key()) {