Delete obsolete comment left behind

Comment at L111 :
         # COMMENTED BECAUSE FAILS BUT WHY?

Seems left behind and not useful anymore
This commit is contained in:
BuhtigithuB
2016-03-16 16:58:24 -04:00
parent 327c40cd17
commit d037eaab44
-1
View File
@@ -108,7 +108,6 @@ class TestWeb(LiveTest):
# check registration and login were successful
client.get('index')
# COMMENTED BECAUSE FAILS BUT WHY?
self.assertTrue('Welcome Homer' in client.text)
client = WebClient('http://127.0.0.1:8000/admin/default/')