This commit is contained in:
dgtlmoon
2025-09-16 17:29:50 +02:00
parent b598c742f2
commit 511f0c4853
2 changed files with 2 additions and 2 deletions
@@ -86,7 +86,8 @@ def test_check_block_changedetection_text_NOT_present(client, live_server, measu
url_for("ui.ui_edit.edit_page", uuid="first"),
data={"text_should_not_be_present": ignore_text,
"url": test_url,
'fetch_backend': "html_requests"
'fetch_backend': "html_requests",
"time_between_check_use_default": "y"
},
follow_redirects=True
)
@@ -218,4 +218,3 @@ def test_validation_time_interval_field(client, live_server, measure_memory_usag
)
assert REQUIRE_ATLEAST_ONE_TIME_PART_WHEN_NOT_GLOBAL_DEFAULT.encode('utf-8') not in res.data