mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-24 14:25:53 +00:00
remove debug
This commit is contained in:
@@ -199,9 +199,7 @@ def test_check_json_without_filter(client, live_server):
|
||||
|
||||
# Should still see '"html": "<b>"'
|
||||
assert b'"html": "<b>"' in res.data
|
||||
with open('/tmp/foo.html', 'wb') as f:
|
||||
f.write(res.data)
|
||||
# assert res.data.count(b'{') >= 2
|
||||
assert res.data.count(b'{') >= 2
|
||||
|
||||
res = client.get(url_for("form_delete", uuid="all"), follow_redirects=True)
|
||||
assert b'Deleted' in res.data
|
||||
|
||||
Reference in New Issue
Block a user