Seconds/minutes/hours/days between checks form field upgrade from 'minutes' only (#512)
This commit is contained in:
@@ -51,7 +51,7 @@ def test_normal_page_check_works_with_ignore_status_code(client, live_server):
|
||||
res = client.post(
|
||||
url_for("settings_page"),
|
||||
data={
|
||||
"requests-minutes_between_check": 180,
|
||||
"requests-time_between_check-minutes": 180,
|
||||
"application-ignore_status_codes": "y",
|
||||
'application-fetch_backend': "html_requests"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user