tests: update tracking code rate limit check for new domain check (#37996)

This commit is contained in:
Frédéric Péters 2019-11-29 14:28:39 +01:00
parent 71a950d1c0
commit ff792192d8
1 changed files with 1 additions and 1 deletions

View File

@ -854,7 +854,7 @@ def test_tracking_code_search_rate_limit(app):
for i in range(3): # make sure we hit ratelimit
app.get('/api/search/tracking-code/?q=BBCCDDFF')
resp.form['code'] = 'FOOBAR'
resp.form['url'] = 'http://example.net/'
resp.form['url'] = 'http://example.org/'
resp = resp.form.submit(status=403)