trivial: removed ending slash from URL
diff --git a/pom.xml b/pom.xml
index eb9bf52..c9cceab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,7 @@
<io.sightly.tck.serverURL>http://${test.host}:${http.port}</io.sightly.tck.serverURL>
<io.sightly.tck.user>admin</io.sightly.tck.user>
<io.sightly.tck.pass>admin</io.sightly.tck.pass>
- <launchpad.http.server.url>http://${test.host}:${http.port}/</launchpad.http.server.url>
+ <launchpad.http.server.url>http://${test.host}:${http.port}</launchpad.http.server.url>
<launchpad.servlet.context>${http.base.path}</launchpad.servlet.context>
</systemPropertyVariables>
</configuration>