summaryrefslogtreecommitdiff
path: root/tests/tst_smoke.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tst_smoke.qml')
-rw-r--r--tests/tst_smoke.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tst_smoke.qml b/tests/tst_smoke.qml
index 19904a6..7cb2cd4 100644
--- a/tests/tst_smoke.qml
+++ b/tests/tst_smoke.qml
@@ -21,8 +21,8 @@ TestCase {
function test_loadCtx() {
refresh()
- compare(ctx.appName, "RiseupVPN", "can read appName?")
- compare(ctx.tosURL, "https://riseup.net/tos", "can read tosURL?")
+ compare(ctx.appName, "DemoLibVPN", "can read appName?")
+ compare(ctx.tosURL, "https://libraryvpn.org/", "can read tosURL?")
compare(ctx.status, "off", "is initial status off?")
}
}