Skip to content

v0.2.49..v0.2.50 changeset ServicesDbTestUtils.cpp

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core-test/src/test/cpp/hoot/core/io/ServicesDbTestUtils.cpp b/hoot-core-test/src/test/cpp/hoot/core/io/ServicesDbTestUtils.cpp
index e081443..23b5d4a 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/io/ServicesDbTestUtils.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/io/ServicesDbTestUtils.cpp
@@ -131,7 +131,7 @@ QUrl ServicesDbTestUtils::getOsmApiDbUrl()
   // read the DB values from the DB config file.
   Settings s = ApiDb::readDbConfig();
   QUrl result;
-  result.setScheme("osmapidb");
+  result.setScheme(MetadataTags::OsmApiDbScheme());
   result.setHost(s.get("DB_HOST_OSMAPI").toString());
   result.setPort(s.get("DB_PORT_OSMAPI").toInt());
   result.setUserName(s.get("DB_USER_OSMAPI").toString());
Clone this wiki locally