Skip to content
Snippets Groups Projects
Commit d97250ee authored by David Douard's avatar David Douard
Browse files

Fix test_archive.test_lookup_origin when hypothesis produces twice the same URL

Hypothesis may generate the same URL twice (or more) in the same test
session, in which case the given URL would already be in
archive._origin_info() cache, defeating the test.

So clear django cache completely before running this test.
parent dbd31758
No related branches found
No related tags found
No related merge requests found
Pipeline #12202 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment