mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-01 18:56:41 +00:00
Use space as separator when removing tags
This commit is contained in:
parent
80802a74cd
commit
adca146a1b
@ -131,7 +131,7 @@ class WebResultsRendering(unittest.TestCase):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def remove_tags(html):
|
def remove_tags(html):
|
||||||
return BeautifulSoup(html).get_text()
|
return BeautifulSoup(html).get_text(separator=" ")
|
||||||
|
|
||||||
def create_fake_client(self):
|
def create_fake_client(self):
|
||||||
sb = StorageFarmBroker(True, None, EMPTY_CLIENT_CONFIG)
|
sb = StorageFarmBroker(True, None, EMPTY_CLIENT_CONFIG)
|
||||||
|
Loading…
Reference in New Issue
Block a user