Skip to content

Commit 320117a

Browse files
committed
changes_25_01_21
1 parent 0f36a5f commit 320117a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fedcloudclient/auth_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ def printing_dict(var_dict:dict):
7979
access_token_mytok=verify_MYTOKEN(mytoken)
8080

8181
oidc_agent_name=os.environ.get("OIDC_AGENT_ACCOUNT","")
82-
access_token_oidca=verify_OIDC_AGENT(oidc_agent_name)
82+
access_token_oidc=verify_OIDC_AGENT(oidc_agent_name)
8383

84-
user_id=verify_user_id(access_token_oidca)
85-
payload,request_json,list_vos=verify_pyload(access_token_oidca)
84+
user_id=verify_user_id(access_token_oidc)
85+
payload,request_json,list_vos=verify_pyload(access_token_oidc)
8686

8787

8888
print(f"{type(payload)}")

0 commit comments

Comments
 (0)