Ignore:
Timestamp:
2020-10-13T22:31:09+02:00 (4 years ago)
Author:
simon04
Message:

see #15102 - see #16637 - Use WireMockServer.url()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/actions/AddImageryLayerActionTest.java

    r14138 r17195  
    8282                        .withStatus(404)));
    8383
    84         new AddImageryLayerAction(new ImageryInfo("localhost", "http://localhost:" + wireMockRule.port() + "/wms?",
     84        new AddImageryLayerAction(new ImageryInfo("localhost", wireMockRule.url("/wms?"),
    8585                "wms_endpoint", null, null)).actionPerformed(null);
    8686        List<WMSLayer> wmsLayers = MainApplication.getLayerManager().getLayersOfType(WMSLayer.class);
Note: See TracChangeset for help on using the changeset viewer.