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
|
||||
def remove_tags(html):
|
||||
return BeautifulSoup(html).get_text()
|
||||
return BeautifulSoup(html).get_text(separator=" ")
|
||||
|
||||
def create_fake_client(self):
|
||||
sb = StorageFarmBroker(True, None, EMPTY_CLIENT_CONFIG)
|
||||
|
|
Loading…
Reference in New Issue