could there be some db pollution?

This commit is contained in:
Noah Levitt 2019-10-04 15:23:53 -07:00
parent 4b810623d3
commit f1a16d0e08

View File

@ -733,7 +733,7 @@ def test_hashtag_seed():
assert pages[0].hashtags == ['#hash',]
def test_hashtag_links():
rr = doublethink.Rethinker('localhost', db='ignoreme')
rr = doublethink.Rethinker('localhost', db='test_hashtag_links')
frontier = brozzler.RethinkDbFrontier(rr)
site = brozzler.Site(rr, {'seed': 'http://example.org/'})