Skip to content
Snippets Groups Projects
Commit 00b21109 authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Litt forenklet.

parent c3ce3090
No related branches found
No related tags found
No related merge requests found
Pipeline #50574 passed
......@@ -25,7 +25,6 @@ public class FxAppUsingRestTest extends AbstractFxAppTest {
@Override
protected void setUpLatLongsDataAccess() {
// "mocked" (faked) LatLongsDataAccess object with very specific and limited behavior
final String serverUrlString = "http://localhost:8080/";
final String clientUrlString = serverUrlString + LatLongsService.LAT_LONG_SERVICE_PATH;
dataAccess = new RestLatLongsDataAccess(clientUrlString, controller.getObjectMapper());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment