Skip to content

Commit a37a4f2

Browse files
committed
better comment wording
1 parent 027ee3d commit a37a4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/sqs/common/src/aws.sdk.kotlin.services.sqs/SqsMd5ChecksumValidationInterceptor.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public class SqsMd5ChecksumValidationInterceptor(
9797
}
9898
}
9999

100-
// Record MD5 checksum validation was performed for this request
100+
// Sets validation flag in execution context for e2e test assertions
101101
val checksumValidated: AttributeKey<Boolean> = AttributeKey("checksumValidated")
102102
context.executionContext[checksumValidated] = true
103103
}

0 commit comments

Comments
 (0)