mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-26 07:16:13 +00:00
test fix - dont trigger notifications in header test
This commit is contained in:
@@ -33,8 +33,7 @@ def test_headers_in_request(client, live_server):
|
||||
data={
|
||||
"url": test_url,
|
||||
"tag": "",
|
||||
"headers": "xxx:ooo\ncool:yeah\r\n",
|
||||
"trigger_check": "n"},
|
||||
"headers": "xxx:ooo\ncool:yeah\r\n"},
|
||||
follow_redirects=True
|
||||
)
|
||||
assert b"Updated watch." in res.data
|
||||
|
||||
Reference in New Issue
Block a user