Skip to content

Commit

Permalink
Reverting test change
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Vedder committed Jun 15, 2022
1 parent 1dd2cbc commit ecf3839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth0/resource_auth0_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ func flattenClientRefreshTokenConfiguration(refreshToken *management.ClientRefre
m["expiration_type"] = refreshToken.ExpirationType
m["leeway"] = refreshToken.Leeway
m["token_lifetime"] = refreshToken.TokenLifetime
m["infinite_token_lifetime"] = refreshToken.GetInfiniteTokenLifetime()
m["infinite_token_lifetime"] = refreshToken.InfiniteTokenLifetime
m["infinite_idle_token_lifetime"] = refreshToken.InfiniteIdleTokenLifetime
m["idle_token_lifetime"] = refreshToken.IdleTokenLifetime

Expand Down

0 comments on commit ecf3839

Please sign in to comment.