mozilla pre: renamed test_api to test_ipaapi

This commit is contained in:
Daniel unbrot Pätzold
2026-05-02 13:43:32 +02:00
parent 51ee27f514
commit c4448caa5f
2 changed files with 0 additions and 1 deletions
@@ -122,7 +122,6 @@ if ('PROFILE_TB_DST' in environ and 'TLDOMAIN' in environ and
api.finalize() api.finalize()
api.Backend.rpcclient.connect() api.Backend.rpcclient.connect()
api_userinfo = api.Command.user_show(environ['DAVTOKEN_USER']) api_userinfo = api.Command.user_show(environ['DAVTOKEN_USER'])
user_full_name = api_userinfo['result']['givenname'][0] + " " + api_userinfo['result']['sn'][0] user_full_name = api_userinfo['result']['givenname'][0] + " " + api_userinfo['result']['sn'][0]
user_email = api_userinfo['result']['mail'][0] user_email = api_userinfo['result']['mail'][0]