Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / tests / lib / WebServer.cc
index f64492e..145f56e 100644 (file)
@@ -271,7 +271,7 @@ int WebServer::port() const
 Url WebServer::url() const
 {
     Url url;
-    url.setHost(hostname());
+    url.setHost("localhost");
     url.setPort(str::numstring(port()));
     url.setScheme("http");
     return url;