mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-08-28 09:06:50 +00:00
some small extra checks
This commit is contained in:
@@ -57,6 +57,8 @@ def test_visual_selector_content_ready(client, live_server):
|
||||
# Attempt to fetch it via the web hook that the browser would use
|
||||
res = client.get(url_for('static_content', group='visual_selector_data', filename=uuid))
|
||||
json.loads(res.data)
|
||||
assert res.mimetype == 'application/json'
|
||||
assert res.status_code == 200
|
||||
|
||||
|
||||
# Some options should be enabled
|
||||
|
||||
Reference in New Issue
Block a user