Index: applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/utils/MapillaryURLTest.java
===================================================================
--- applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/utils/MapillaryURLTest.java	(revision 32987)
+++ applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/utils/MapillaryURLTest.java	(revision 32988)
@@ -84,5 +84,5 @@
     assertUrlEquals(
         MapillaryURL.connectURL("http://redirect-host/ä"),
-        "https://www.mapillary.com/connect",
+        "https://legacy.mapillary.com/connect",
         CLIENT_ID_QUERY_PART,
         "scope=user%3Aread+public%3Aupload+public%3Awrite",
@@ -93,5 +93,5 @@
     assertUrlEquals(
         MapillaryURL.connectURL(null),
-        "https://www.mapillary.com/connect",
+        "https://legacy.mapillary.com/connect",
         CLIENT_ID_QUERY_PART,
         "scope=user%3Aread+public%3Aupload+public%3Awrite",
@@ -101,5 +101,5 @@
     assertUrlEquals(
         MapillaryURL.connectURL(""),
-        "https://www.mapillary.com/connect",
+        "https://legacy.mapillary.com/connect",
         CLIENT_ID_QUERY_PART,
         "scope=user%3Aread+public%3Aupload+public%3Awrite",
