7

removes related prefetch

This commit is contained in:
Boris Besemer
2017-01-10 12:37:36 +01:00
parent 3e6302ca03
commit cf946f2bee
3 changed files with 5 additions and 4 deletions

View File

@ -227,6 +227,8 @@ class TestUserSegmenting(object):
)
client.get('/?test=test')
import pdb
pdb.set_trace()
assert any(item['encoded_name'] == 'match-any' for item in client.session['segments'])