Merge pull request #40894 from senthilkumar-e/broken_jobs_api_fix

Fix for broken /jobs/<jid> in 2016.11.4
This commit is contained in:
Mike Place 2017-04-27 05:32:59 -06:00 committed by GitHub
commit 0f2ec1e1db

View File

@ -74,6 +74,7 @@ class RunnerClient(mixins.SyncClientMixin, mixins.AsyncClientMixin, object):
reserved_kwargs = dict([(i, low.pop(i)) for i in [ reserved_kwargs = dict([(i, low.pop(i)) for i in [
'username', 'password', 'eauth', 'token', 'client', 'user', 'key', 'username', 'password', 'eauth', 'token', 'client', 'user', 'key',
'__current_eauth_groups', '__current_eauth_user',
] if i in low]) ] if i in low])
# Run name=value args through parse_input. We don't need to run kwargs # Run name=value args through parse_input. We don't need to run kwargs