fix travis test
This commit is contained in:
parent
c17a501051
commit
c26c741fec
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class TestWebsite(unittest.TestCase):
|
|||
|
||||
self.assertTrue(response.status_code, 200)
|
||||
|
||||
html = response.get_data()
|
||||
html = frappe.safe_decode(response.get_data())
|
||||
|
||||
self.assertTrue('/* login-css */' in html)
|
||||
self.assertTrue('// login.js' in html)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue