Skip to content

Commit 2f6e10b

Browse files
committed
Self review V2
1 parent 6037580 commit 2f6e10b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/codegen/checksums/src/commonTest/kotlin/ClientConfigTests.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class ClientConfigTests {
189189

190190
@Test
191191
@Ignore // todo - unignore
192-
fun responseChecksumValidationResponseChecksumValidationWhenRequiredWithRequestValidationModeMember(): Unit = runBlocking {
192+
fun responseChecksumValidationResponseChecksumValidationWhenRequiredWithRequestValidationModeEnabled(): Unit = runBlocking {
193193
var responseChecksumValidated = false
194194

195195
ClientConfigTestClient {
@@ -215,6 +215,7 @@ class ClientConfigTests {
215215
try {
216216
client.checksumsRequiredOperation {
217217
body = "Hello"
218+
validationMode = ValidationMode.Enabled
218219
}
219220
} catch (_: ChecksumMismatchException) { // "bogus" is not a matching checksum
220221
responseChecksumValidated = true

0 commit comments

Comments
 (0)