Codacy issues

This commit is contained in:
Valentin Samir
2016-06-29 20:59:18 +02:00
parent 3334f87601
commit 2fba4183a3
2 changed files with 3 additions and 2 deletions

View File

@ -54,6 +54,7 @@ def get_user_ticket_request(service):
def get_validated_ticket(service):
"""Return a tick that has being already validated. Used to test SLO"""
(ticket, auth_client) = get_user_ticket_request(service)[1:3]
client = Client()