Skip to content

Commit

Permalink
Merge branch 'dev_openapi_v2.0.0_major_rel' into okta-289657-add-fact…
Browse files Browse the repository at this point in the history
…ors-integration-tests
  • Loading branch information
arvindkrishnakumar-okta committed Jun 9, 2020
2 parents 022a087 + e6c0ab8 commit 8bf3a34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,15 @@ class DefaultClientBuilderTest {
System.clearProperty("okta.client.clientId")
System.clearProperty("okta.client.scopes")
System.clearProperty("okta.client.privateKey")
System.clearProperty("okta.client.connectionTimeout")

RestoreEnvironmentVariables.setEnvironmentVariable("OKTA_CLIENT_TOKEN", null)
RestoreEnvironmentVariables.setEnvironmentVariable("OKTA_CLIENT_ORGURL", null)
RestoreEnvironmentVariables.setEnvironmentVariable("OKTA_CLIENT_AUTHORIZATIONMODE", null)
RestoreEnvironmentVariables.setEnvironmentVariable("OKTA_CLIENT_CLIENTID", null)
RestoreEnvironmentVariables.setEnvironmentVariable("OKTA_CLIENT_SCOPES", null)
RestoreEnvironmentVariables.setEnvironmentVariable("OKTA_CLIENT_PRIVATEKEY", null)
RestoreEnvironmentVariables.setEnvironmentVariable("OKTA_CLIENT_CONNECTIONTIMEOUT", null)
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ class ApplicationsIT extends ITSupport {
}

@Test
void CsrTest() {
void csrTest() {
Client client = getClient()

String label = "app-${uniqueTestName}"
Expand Down
4 changes: 0 additions & 4 deletions src/swagger/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7294,8 +7294,6 @@ definitions:
arguments:
- dest: authServerId
src: id
- dest: claimId
src: id
operationId: deleteOAuth2Claim
- alias: getOAuth2Claim
arguments:
Expand Down Expand Up @@ -7366,8 +7364,6 @@ definitions:
arguments:
- dest: authServerId
src: id
- dest: policyId
src: id
operationId: deleteAuthorizationServerPolicy
- alias: getPolicy
arguments:
Expand Down

0 comments on commit 8bf3a34

Please sign in to comment.