tests: Fix flaky test introduced in e72b1e7a
Hypothesis can generate multiple times the same origin URL which makes test fail due to the use of django cache in get_origin_visits.
So force the generation of a single hypothesis example for that test.
Migrated from D7111 (view on Phabricator)