aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/data/embeddedImagesRemoteError.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquicktext/data/embeddedImagesRemoteError.qml')
-rw-r--r--tests/auto/quick/qquicktext/data/embeddedImagesRemoteError.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquicktext/data/embeddedImagesRemoteError.qml b/tests/auto/quick/qquicktext/data/embeddedImagesRemoteError.qml
index adeed8834d..9263fa40c2 100644
--- a/tests/auto/quick/qquicktext/data/embeddedImagesRemoteError.qml
+++ b/tests/auto/quick/qquicktext/data/embeddedImagesRemoteError.qml
@@ -2,5 +2,5 @@ import QtQuick 2.0
Text {
textFormat: Text.RichText
- text: "<img src='http://127.0.0.1:14459/notexists.png'>"
+ text: "<img src='" + serverBaseUrl + "/notexists.png'>"
}