changed tests

diff-proposed-for-bwees
bwees 2 years ago
parent 6f2b7ceddb
commit fcc1a72d30

@ -44,7 +44,8 @@ def test_diff_filtering_no_add(client, live_server):
# Add our URL to the import page
res = client.post(
url_for("edit_page", uuid="first"),
data={"trigger_type": "add",
data={"trigger_add": "y",
"trigger_del": "n",
"url": test_url,
"fetch_backend": "html_requests"},
follow_redirects=True

@ -44,7 +44,8 @@ def test_diff_filtering_no_add(client, live_server):
# Add our URL to the import page
res = client.post(
url_for("edit_page", uuid="first"),
data={"trigger_type": "delete",
data={"trigger_add": "n",
"trigger_del": "y",
"url": test_url,
"fetch_backend": "html_requests"},
follow_redirects=True

Loading…
Cancel
Save