Skip to content

Commit

Permalink
Fix deprecation warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kanakarakis <[email protected]>
  • Loading branch information
c00kiemon5ter committed Nov 7, 2019
1 parent 7a658cc commit 7f61b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def handle_response(self, context):
auth_info = AuthenticationInformation("test", str(datetime.now()), "test_issuer")
internal_resp = InternalData(auth_info=auth_info)
internal_resp.attributes = context.request
internal_resp.user_id = "test_user"
internal_resp.subject_id = "test_user"
return self.auth_callback_func(context, internal_resp)


Expand Down

0 comments on commit 7f61b40

Please sign in to comment.