diff --git a/gluon/tests/test_globals.py b/gluon/tests/test_globals.py
index 390079ce..da403dbe 100644
--- a/gluon/tests/test_globals.py
+++ b/gluon/tests/test_globals.py
@@ -158,10 +158,10 @@ class testResponse(unittest.TestCase):
response.files.append(URL('a', 'static', 'css/file.ts'))
content = return_includes(response)
self.assertEqual(content,
+ '' +
'' +
'' +
- '' +
- ''
+ ''
)
response = Response()