Skip to content

Commit

Permalink
correct code in test
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Oct 12, 2023
1 parent 7becf58 commit 8d52429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import kotlin.time.Duration.Companion.seconds

class ClockSkewInterceptorTest {
val SKEWED_RESPONSE_CODE_DESCRIPTION = "RequestTimeTooSkewed"
val POSSIBLE_SKEWED_RESPONSE_CODE_DESCRIPTION = "InternalError"
val POSSIBLE_SKEWED_RESPONSE_CODE_DESCRIPTION = "InvalidSignatureException"
val NOT_SKEWED_RESPONSE_CODE_DESCRIPTION = "RequestThrottled"

@Test
Expand Down

0 comments on commit 8d52429

Please sign in to comment.