From c5e4912a80f6d6c69cbd517fcb065f0643cd1a06 Mon Sep 17 00:00:00 2001 From: SuperMaxusa <41739128+SuperMaxusa@users.noreply.github.com> Date: Mon, 6 Apr 2026 12:21:49 +0300 Subject: [PATCH] tests: fix `example.org` test --- tests/devices/fetch_network.js | 2 +- tests/devices/wisp_network.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/devices/fetch_network.js b/tests/devices/fetch_network.js index 8f7d94ce09..5222f4678c 100755 --- a/tests/devices/fetch_network.js +++ b/tests/devices/fetch_network.js @@ -164,7 +164,7 @@ if(isMainThread) end_trigger: "done\texample.org", end: (capture) => { - assert(/This domain is for use in illustrative examples in documents/.test(capture), "got example.org text"); + assert(/This domain is for use in documentation examples without needing permission/.test(capture), "got example.org text"); }, }, { diff --git a/tests/devices/wisp_network.js b/tests/devices/wisp_network.js index 25feb73b79..8251941abf 100755 --- a/tests/devices/wisp_network.js +++ b/tests/devices/wisp_network.js @@ -77,7 +77,7 @@ const tests = end_trigger: "done\texample.org", end: (capture) => { - assert(/This domain is for use in illustrative examples in documents/.test(capture), "got example.org text"); + assert(/This domain is for use in documentation examples without needing permission/.test(capture), "got example.org text"); }, },