pylint 1.4.3 version fixes
[cascardo/ipsilon.git] / tests / helpers / http.py
index 97098c8..bfa3240 100755 (executable)
@@ -265,7 +265,6 @@ class HttpSessions(object):
         args = {}
 
         while True:
-            # pylint: disable=star-args
             r = self.access(action, url, krb=krb, **args)
             if r.status_code == 303 or r.status_code == 302:
                 if not follow_redirect: