mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-01-19 13:40:34 +00:00
Compare commits
18 Commits
0.52.2
...
brotli-mor
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3a967db57 | ||
|
|
13f18dc7ea | ||
|
|
8bc99eb0ce | ||
|
|
4f2f1e094a | ||
|
|
c58710bf4c | ||
|
|
4552ff25b5 | ||
|
|
87bce81d5a | ||
|
|
170d6652c8 | ||
|
|
819af84db6 | ||
|
|
96dfd67633 | ||
|
|
e48ab5afc2 | ||
|
|
70a0ee77f0 | ||
|
|
aabe818024 | ||
|
|
95ed02d99e | ||
|
|
380d5862f7 | ||
|
|
5f6e346a35 | ||
|
|
41321889bb | ||
|
|
6f37efb0ca |
@@ -2,7 +2,7 @@
|
||||
|
||||
# Read more https://github.com/dgtlmoon/changedetection.io/wiki
|
||||
# Semver means never use .01, or 00. Should be .1.
|
||||
__version__ = '0.52.2'
|
||||
__version__ = '0.52.1'
|
||||
|
||||
from changedetectionio.strtobool import strtobool
|
||||
from json.decoder import JSONDecodeError
|
||||
|
||||
@@ -25,13 +25,12 @@ def test_content_filter_live_preview(client, live_server, measure_memory_usage,
|
||||
|
||||
test_url = url_for('test_endpoint', _external=True)
|
||||
|
||||
|
||||
uuid = client.application.config.get('DATASTORE').add_watch(url=test_url)
|
||||
res = client.get(url_for("ui.form_watch_checknow"), follow_redirects=True)
|
||||
assert b'Queued 1 watch for rechecking.' in res.data
|
||||
|
||||
wait_for_all_checks(client)
|
||||
|
||||
res = client.post(
|
||||
url_for("ui.ui_views.form_quick_watch_add"),
|
||||
data={"url": test_url, "tags": ''},
|
||||
follow_redirects=True
|
||||
)
|
||||
uuid = next(iter(live_server.app.config['DATASTORE'].data['watching']))
|
||||
res = client.post(
|
||||
url_for("ui.ui_edit.edit_page", uuid=uuid),
|
||||
data={
|
||||
|
||||
Reference in New Issue
Block a user