Fix a bunch of PEP8 violations
This commit is contained in:
+1
-1
@@ -35,6 +35,6 @@ class InfoscreenTestCase(TestCase):
|
||||
'''
|
||||
def test_get_infoitems(self):
|
||||
req = HttpRequest()
|
||||
resp = infoscreen.views.infoItems(req)
|
||||
resp = infoscreen.views.info_items(req)
|
||||
content = resp.content.decode('utf-8')
|
||||
self.assertTrue(len(content) > 0)
|
||||
|
||||
Reference in New Issue
Block a user