diff options
| -rw-r--r-- | bitbake/lib/toaster/toastergui/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/tests.py b/bitbake/lib/toaster/toastergui/tests.py index 2cd2c7d163..da530a10e5 100644 --- a/bitbake/lib/toaster/toastergui/tests.py +++ b/bitbake/lib/toaster/toastergui/tests.py | |||
| @@ -380,7 +380,7 @@ class ViewTests(TestCase): | |||
| 380 | if "<" not in td: | 380 | if "<" not in td: |
| 381 | ret = td | 381 | ret = td |
| 382 | else: | 382 | else: |
| 383 | ret = BeautifulSoup(td).text | 383 | ret = BeautifulSoup(td, "html.parser").text |
| 384 | 384 | ||
| 385 | if len(ret): | 385 | if len(ret): |
| 386 | return "0" | 386 | return "0" |
