summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/SubscriptionsTest.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/SubscriptionsTest.qml')
-rw-r--r--tests/auto/declarative/SubscriptionsTest.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/SubscriptionsTest.qml b/tests/auto/declarative/SubscriptionsTest.qml
index b63670d..cad8ff5 100644
--- a/tests/auto/declarative/SubscriptionsTest.qml
+++ b/tests/auto/declarative/SubscriptionsTest.qml
@@ -66,7 +66,7 @@ Item {
Binding on discoveryUrl {
when: shouldRun && Component.completed
- value: "opc.tcp://127.0.0.1:43344"
+ value: OPCUA_DISCOVERY_URL
}
}