summaryrefslogtreecommitdiffstats
path: root/tests/helpers/http.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers/http.py')
-rwxr-xr-xtests/helpers/http.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/helpers/http.py b/tests/helpers/http.py
index 97098c8..bfa3240 100755
--- a/tests/helpers/http.py
+++ b/tests/helpers/http.py
@@ -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: