]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/environment.py
move php tests in common test dir and unify READMEs
[nominatim.git] / test / bdd / environment.py
index 69d93bd8d9d4d86a36253852ce47c046d672c1e0..6411d0117db77b94b26e4cd788a95404660ef3ab 100644 (file)
@@ -10,7 +10,6 @@ from sys import version_info as python_version
 logger = logging.getLogger(__name__)
 
 userconfig = {
-    'BASEURL' : 'http://localhost/nominatim',
     'BUILDDIR' : os.path.join(os.path.split(__file__)[0], "../../build"),
     'REMOVE_TEMPLATE' : False,
     'KEEP_TEST_DB' : False,