Block help.pinterest.com in test_block_results

This commit is contained in:
Ben Busby 2021-11-30 21:24:01 -07:00
parent 12a6d8d711
commit 9b89cfc00e
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1

View File

@ -74,7 +74,7 @@ def test_block_results(client):
assert has_pinterest
demo_config['block'] = 'pinterest.com'
demo_config['block'] = 'pinterest.com,help.pinterest.com'
rv = client.post(f'/{Endpoint.config}', data=demo_config)
assert rv._status_code == 302