Skip to content

Commit

Permalink
Fixed ConfigProviderTest
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLydonKing committed Oct 23, 2023
1 parent 5ebdead commit 3b99a24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ConfigProviderTest extends AnyFlatSpec with Matchers {
val keyConfig: KeyConfig = configProvider.getJWTConfig
assert(keyConfig.algName == "RS256" &&
keyConfig.accessExpTime == FiniteDuration(15, TimeUnit.MINUTES) &&
keyConfig.refreshKeyTime.get == FiniteDuration(9, TimeUnit.HOURS)
keyConfig.refreshKeyTime.get == FiniteDuration(5, TimeUnit.SECONDS)
)
}

Expand Down

0 comments on commit 3b99a24

Please sign in to comment.