From 9494704c38e89b0901664fa671666a267ddbbc04 Mon Sep 17 00:00:00 2001 From: "S. Kozyr" Date: Thu, 8 Feb 2024 18:06:10 +0200 Subject: [PATCH] Fixed unit tests Signed-off-by: S. Kozyr --- editor/osm_auth_tests/osm_auth_tests.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/osm_auth_tests/osm_auth_tests.cpp b/editor/osm_auth_tests/osm_auth_tests.cpp index 11ad67ed95..3e3bd257c1 100644 --- a/editor/osm_auth_tests/osm_auth_tests.cpp +++ b/editor/osm_auth_tests/osm_auth_tests.cpp @@ -5,7 +5,6 @@ #include using osm::OsmOAuth; -using osm::KeySecret; char const * kValidOsmUser = "OrganicMapsTestUser"; char const * kValidOsmPassword = "12345678";