Skip to content

Commit 2c09d37

Browse files
committed
Remove TODO
1 parent 6c022f0 commit 2c09d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/protocol/http-client/common/src/aws/smithy/kotlin/runtime/http/operation/SdkOperationExecution.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ private class InterceptorTransmitMiddleware<I, O>(
419419
/**
420420
* Emits an [Identity]'s attributes [BusinessMetrics] into an [ExecutionContext]
421421
*/
422-
private fun emitIdentityBusinessMetrics(identity: Identity, context: ExecutionContext) { // TODO: Add some E2E tests for this !
422+
private fun emitIdentityBusinessMetrics(identity: Identity, context: ExecutionContext) {
423423
val identityAttributes = identity.attributes
424424

425425
if (identityAttributes.contains(BusinessMetrics)) {

0 commit comments

Comments
 (0)