From dc33d49840fabe6d82de3207f4763340709669d1 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 2 Feb 2024 09:52:44 +0100 Subject: [PATCH] best to not let it process this --- changedetectionio/tests/test_obfuscations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/tests/test_obfuscations.py b/changedetectionio/tests/test_obfuscations.py index f6d67b73..fba02fdf 100644 --- a/changedetectionio/tests/test_obfuscations.py +++ b/changedetectionio/tests/test_obfuscations.py @@ -40,4 +40,4 @@ def test_obfuscations(client, live_server): follow_redirects=True ) # whitespace appears but it renders https://github.com/weblyzard/inscriptis/issues/45#issuecomment-1923339265 - assert b'$ 90.74' in res.data + assert b'$90.74' in res.data