test fix - dont trigger notifications in header test

pull/150/head
dgtlmoon 3 years ago
parent 9e6c2bf3e0
commit 7e87591ae5

@ -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

Loading…
Cancel
Save