@@ -30,7 +30,7 @@ func TestJWTFetch_JSONResponse(t *testing.T) {
30
30
31
31
conf := & Config {
32
32
BaseURL : "https://my.app.com" ,
33
- Subject : "userkey " ,
33
+ Subject : "useraccountId " ,
34
34
Config : oauth2.Config {
35
35
ClientID : "super_secret_client_id" ,
36
36
ClientSecret : "super_shared_secret" ,
@@ -69,7 +69,7 @@ func TestJWTFetch_BadResponse(t *testing.T) {
69
69
70
70
conf := & Config {
71
71
BaseURL : "https://my.app.com" ,
72
- Subject : "userkey " ,
72
+ Subject : "useraccountId " ,
73
73
Config : oauth2.Config {
74
74
ClientID : "super_secret_client_id" ,
75
75
ClientSecret : "super_shared_secret" ,
@@ -108,7 +108,7 @@ func TestJWTFetch_BadResponseType(t *testing.T) {
108
108
109
109
conf := & Config {
110
110
BaseURL : "https://my.app.com" ,
111
- Subject : "userkey " ,
111
+ Subject : "useraccountId " ,
112
112
Config : oauth2.Config {
113
113
ClientID : "super_secret_client_id" ,
114
114
ClientSecret : "super_shared_secret" ,
@@ -145,7 +145,7 @@ func TestJWTFetch_Assertion(t *testing.T) {
145
145
146
146
conf := & Config {
147
147
BaseURL : "https://my.app.com" ,
148
- Subject : "userkey " ,
148
+ Subject : "useraccountId " ,
149
149
Config : oauth2.Config {
150
150
ClientID : "super_secret_client_id" ,
151
151
ClientSecret : "super_shared_secret" ,
0 commit comments