File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
tests/codegen/checksums/src/commonTest/kotlin Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments