Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix leeway refresh token #1596

Merged
merged 2 commits into from
Jun 13, 2023

Conversation

duytiennguyen-okta
Copy link
Contributor

Remove the error refresh_token_leeway does not accept 0 or empty value from tf file

Signed-off-by: Tien Nguyen <duytien.nguyen@okta.com>
@@ -87,7 +87,7 @@ func TestAccResourceOktaAppOauth_refreshToken(t *testing.T) {
// Skipping for now assuming that the okta account doesn't have this feature enabled.
// If this feature is enabled or Okta releases this to all this test should be enabled.
// SEE https://help.okta.com/en/prod/Content/Topics/Apps/apps-fbm-enable.htm
t.Skip("This is an 'Early Access Feature' and needs to be enabled by Okta, skipping this test as it fails when this feature is not available")
// t.Skip("This is an 'Early Access Feature' and needs to be enabled by Okta, skipping this test as it fails when this feature is not available")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: delete instead of commenting out code

Signed-off-by: Tien Nguyen <duytien.nguyen@okta.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants