Skip to content

Commit

Permalink
Merge pull request #13192 from thisaltennakoon/pr-review-13073
Browse files Browse the repository at this point in the history
Code reformatting of AddEndPointSecurityPerTypeTestCase & ChangeEndPointSecurityPerTypeTestCase
  • Loading branch information
npamudika authored Jan 31, 2024
2 parents 6e74d98 + a4caa25 commit d3b68b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ public void testAPIDefinitionImportWithEndpointSecurity() throws Exception {
dependsOnMethods = "testAddEndpointSecurityForOauthForClientCredentialsGrantType")
public void testAddEndpointSecurityForOauthForPasswordGrantType() throws Exception {

String clientCredGrantTypeEndpointSecurityForProductionAndSandboxForPasswordGrantType = "{\n" +
final String clientCredGrantTypeEndpointSecurityForProductionAndSandboxForPasswordGrantType = "{\n" +
" \"production\":{\n" +
" \"enabled\":true,\n" +
" \"type\":\"OAUTH\",\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ public void testUpdateEndpointSecurityForOauthForClientCredentialsGrantType() th
"testUpdateEndpointSecurityForOauthForClientCredentialsGrantType")
public void testUpdateEndpointSecurityForOauthForPasswordGrantType() throws Exception {

String endpointSecurity = "{\n" +
final String endpointSecurity = "{\n" +
" \"production\":{\n" +
" \"enabled\":true,\n" +
" \"type\":\"OAUTH\",\n" +
Expand Down

0 comments on commit d3b68b3

Please sign in to comment.