Update jira jwt subject per Atlassian's recent GDPR changes

This commit is contained in:
Shaun Dunning
2019-07-05 11:18:39 -04:00
parent 0f29369cfe
commit 344bb6046c
2 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ func TestJWTFetch_JSONResponse(t *testing.T) {
conf := &Config{
BaseURL: "https://my.app.com",
Subject: "userkey",
Subject: "useraccountId",
Config: oauth2.Config{
ClientID: "super_secret_client_id",
ClientSecret: "super_shared_secret",
@@ -69,7 +69,7 @@ func TestJWTFetch_BadResponse(t *testing.T) {
conf := &Config{
BaseURL: "https://my.app.com",
Subject: "userkey",
Subject: "useraccountId",
Config: oauth2.Config{
ClientID: "super_secret_client_id",
ClientSecret: "super_shared_secret",
@@ -108,7 +108,7 @@ func TestJWTFetch_BadResponseType(t *testing.T) {
conf := &Config{
BaseURL: "https://my.app.com",
Subject: "userkey",
Subject: "useraccountId",
Config: oauth2.Config{
ClientID: "super_secret_client_id",
ClientSecret: "super_shared_secret",
@@ -145,7 +145,7 @@ func TestJWTFetch_Assertion(t *testing.T) {
conf := &Config{
BaseURL: "https://my.app.com",
Subject: "userkey",
Subject: "useraccountId",
Config: oauth2.Config{
ClientID: "super_secret_client_id",
ClientSecret: "super_shared_secret",